diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but
index 2969f11b..2e72bfb7 100644
--- a/Docs/src/attributes.but
+++ b/Docs/src/attributes.but
@@ -22,7 +22,7 @@ Controls whether or not installs are enabled to the root directory of a drive, o
\c true|\\false\\
-Sets whether or not the install window automatically closes when completed. This is overrideable from a section using SetAutoClose.
+Sets whether or not the install window automatically closes when completed. This is overrideable from a section using \R{setautoclose}{SetAutoClose}.
\S2{abggradient} BGGradient
diff --git a/Docs/src/callback.but b/Docs/src/callback.but
index a81add66..1fe9a3cb 100644
--- a/Docs/src/callback.but
+++ b/Docs/src/callback.but
@@ -55,7 +55,7 @@ Example:
\S3{oninstsuccess} .onInstSuccess
-This callback is called when the install was successful, right before the install window closes (which may be after the user clicks 'Close' if \R{aautoclosewindow}{AutoCloseWindow} is set to false).
+This callback is called when the install was successful, right before the install window closes (which may be after the user clicks 'Close' if \R{aautoclosewindow}{AutoCloseWindow} or \R{setautoclose}{SetAutoClose} is set to false).
Example:
@@ -155,7 +155,7 @@ Example:
\S3{unonuninstsuccess} un.onUninstSuccess
-This callback is called when the uninstall was successful, right before the install window closes (which may be after the user clicks 'Close' if \R{aautoclosewindow}{AutoCloseWindow} is set to false).
+This callback is called when the uninstall was successful, right before the install window closes (which may be after the user clicks 'Close' if \R{setautoclose}{SetAutoClose} is set to false)..
Example:
diff --git a/Docs/src/credits.but b/Docs/src/credits.but
index e5752945..a5ea8c83 100644
--- a/Docs/src/credits.but
+++ b/Docs/src/credits.but
@@ -28,7 +28,7 @@
\b NSIS Menu
-\b NSIS Update for NSIS distribution
+\b NSIS Update for NSIS distribution (original version by Nathan Purciful)
\e{Robert Rainwater}
@@ -78,12 +78,6 @@
\b Lots of icons and check marks
-\e{Nathan Purciful aka Techkid}
-
-\b NSIS Menu Graphics
-
-\b Original NSIS Update version
-
\H{translators} Translators
Arabic - \e{TuW@nNu (asdfuae)}
@@ -124,6 +118,8 @@ Lithuanian - \e{NorCis, Vytautas Krivickas}
Macedonian - \e{Sasko Zdravkin}
+Norwegian - \e{Jonas Christoffer Lindstrøm}
+
Polish - \e{Piotr Murawski & Rafa³ Lampe, cube}
Portuguese - \e{DragonSoull, Dre', Ramon}
diff --git a/Docs/src/history.but b/Docs/src/history.but
index ad8bc897..a9545f28 100644
--- a/Docs/src/history.but
+++ b/Docs/src/history.but
@@ -9,7 +9,7 @@
\b Added \R{pageex}{PageEx}, \R{pagecallbacks}{PageCallbacks} and \R{adirvar}{DirVar} - it's now a lot easier to add the same page type twice
-\b \W{../Contrib/Modern UI/Readme.html}{Modern UI 1.66}: New system & syntax for pages, settings (support for multiple pages of the same type, page specific settings, more customization options etc.), language specific fonts, \R{alicenseforceselection}{LicenseForceSelection} support, new options for Finish page / language selection dialog, fixes, more
+\b \W{../Contrib/Modern UI/Readme.html}{Modern UI 1.67}: New system & syntax for pages, settings (support for multiple pages of the same type, page specific settings, more customization options etc.), Welcome/Finish pages for uninstaller, \R{alicenseforceselection}{LicenseForceSelection} support, new options for Finish page / language selection dialog, fixes, more
\b Full support for RTL languages, including support for LTR and RTL languages in one installer
@@ -85,7 +85,7 @@
\\Notes:\\
-\W{../Contrib/Modern UI/Readme.html}{Modern UI 1.66}: Because of the new syntax for pages, settings etc., changed names of settings and variable names, you have to make some changes to your scripts, see the \W{../Contrib/Modern UI/Readme.html}{Modern UI Readme} for details. \\
+\W{../Contrib/Modern UI/Readme.html}{Modern UI 1.67}: Because of the new syntax for pages, remamed of settings and variable names etc., you have to make some changes to your scripts, see the \W{../Contrib/Modern UI/Readme.html}{Modern UI Readme} for details. \\
\R{page}{Custom Pages} now have a leave function. As this parameter is placed before the caption you have to add another "" empty string for the title to work. \\
\R{onselchange}{.onSelChange} is no longer called when the components page is created