[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r3067: Use the (possibly) translated Firefox warning page title and (vidalia/trunk/pkg/win32)



Author: edmanm
Date: 2008-09-12 20:49:22 -0400 (Fri, 12 Sep 2008)
New Revision: 3067

Modified:
   vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in
Log:
Use the (possibly) translated Firefox warning page title and 
subtitle strings from the .nsh files.


Modified: vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in
===================================================================
--- vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in	2008-09-13 00:34:35 UTC (rev 3066)
+++ vidalia/trunk/pkg/win32/vidalia-bundle.nsi.in	2008-09-13 00:49:22 UTC (rev 3067)
@@ -465,7 +465,7 @@
   StrCmp $1 "" FirefoxNotFound FirefoxFound
 
   FirefoxNotFound:
-    !insertmacro MUI_HEADER_TEXT "Firefox is not installed" "We recommend that you install Firefox before continuing, for best safety." 
+    !insertmacro MUI_HEADER_TEXT "$(FirefoxWarningPageTitle)" "$(FirefoxWarningPageSubtitle)" 
     !insertmacro MUI_INSTALLOPTIONS_DISPLAY "firefox-warning.ini"
 
   FirefoxFound: