diff src/win32/nsis/translations/english.nsh @ 10212:08251403c871

[gaim-migrate @ 11336] Both the installer and gaim make checks to see if an instance of gaim is already running. committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Sat, 20 Nov 2004 00:42:42 +0000
parents 1389574c5d9b
children ce89d4e568d3
line wrap: on
line diff
--- a/src/win32/nsis/translations/english.nsh	Fri Nov 19 22:52:47 2004 +0000
+++ b/src/win32/nsis/translations/english.nsh	Sat Nov 20 00:42:42 2004 +0000
@@ -4,14 +4,16 @@
 ;;  Default language strings for the Windows Gaim NSIS installer.
 ;;  Windows Code page: 1252
 ;;
-;;  Version 2
+;;  Version 3
 ;;  Note: If translating this file, replace "!insertmacro GAIM_MACRO_DEFAULT_STRING"
 ;;  with "!define".
 
 ; Make sure to update the GAIM_MACRO_LANGUAGEFILE_END macro in
 ; langmacros.nsh when updating this file
 
-; Startup GTK+ check
+; Startup Checks
+!insertmacro GAIM_MACRO_DEFAULT_STRING INSTALLER_IS_RUNNING			"The installer is already running."
+!insertmacro GAIM_MACRO_DEFAULT_STRING GAIM_IS_RUNNING			"An instance of Gaim is currently running. Exit Gaim then try again."
 !insertmacro GAIM_MACRO_DEFAULT_STRING GTK_INSTALLER_NEEDED			"The GTK+ runtime environment is either missing or needs to be upgraded.$\rPlease install v${GTK_VERSION} or higher of the GTK+ runtime"
 
 ; License Page