Mercurial > pidgin.yaz
changeset 6248:eda6284633ff
[gaim-migrate @ 6742]
Corrections
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Sun, 20 Jul 2003 20:59:42 +0000 |
parents | 9860b81548d8 |
children | 2c567a03a34a |
files | src/win32/nsis/translations/english.nsh |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/win32/nsis/translations/english.nsh Sun Jul 20 19:11:13 2003 +0000 +++ b/src/win32/nsis/translations/english.nsh Sun Jul 20 20:59:42 2003 +0000 @@ -1,16 +1,16 @@ ;; -;; english.nsi +;; english.nsh ;; ;; Default language strings for the Windows Gaim NSIS installer. -;; Code page: 1033 +;; Windows Code page: 1252 ;; ; Startup GTK+ check LangString GTK_INSTALLER_NEEDED ${LANG_ENGLISH} "The GTK+ runtime environment is either missing or needs to be upgraded.$\rPlease install v${GTK_VERSION} or higher of the GTK+ runtime" -; Componants Page +; Components Page LangString GAIM_SECTION_TITLE ${LANG_ENGLISH} "Gaim Instant Messenger (required)" -LangString GTK_SECTION_TITLE ${LANG_ENGLISH} "GTK+ Rutime Environment (required)" +LangString GTK_SECTION_TITLE ${LANG_ENGLISH} "GTK+ Runtime Environment (required)" LangString GTK_THEMES_SECTION_TITLE ${LANG_ENGLISH} "GTK+ Themes" LangString GTK_NOTHEME_SECTION_TITLE ${LANG_ENGLISH} "No Theme" LangString GTK_WIMP_SECTION_TITLE ${LANG_ENGLISH} "Wimp Theme"