Swap TEXT and DESC for english grim-mod item.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1070 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
2b16cbd06b
commit
b353ec4593
|
@ -30,7 +30,7 @@ VIAddVersionKey "CompanyName" "Warzone Resurrection Project"
|
|||
VIAddVersionKey "FileDescription" "Warzone 2100 Installer"
|
||||
VIAddVersionKey "FileVersion" "${VERSION}"
|
||||
VIAddVersionKey "InternalName" "Warzone 2100"
|
||||
VIAddVersionKey "LegalCopyright" "Copyright © 2006 Warzone Resurrection Project"
|
||||
VIAddVersionKey "LegalCopyright" "Copyright © 2006 Warzone Resurrection Project"
|
||||
VIAddVersionKey "OriginalFilename" "warzone2100-${VERSION}.exe"
|
||||
VIAddVersionKey "ProductName" "Warzone 2100"
|
||||
VIAddVersionKey "ProductVersion" "${VERSION}"
|
||||
|
@ -158,7 +158,7 @@ Section $(TEXT_SecBase) SecBase
|
|||
SectionEnd
|
||||
|
||||
|
||||
SectionGroup /e $(TEXT_SecMods) secMods
|
||||
SectionGroup /e $(TEXT_SecMods) SecMods
|
||||
|
||||
Section $(TEXT_SecGrimMod) SecGrimMod
|
||||
|
||||
|
@ -201,8 +201,8 @@ FunctionEnd
|
|||
LangString TEXT_SecMods ${LANG_ENGLISH} "Mods"
|
||||
LangString DESC_SecMods ${LANG_ENGLISH} "Various mods."
|
||||
|
||||
LangString TEXT_SecGrimMod ${LANG_ENGLISH} "Grim's art update. Replaces campaign 1 textures with more detailed ones. Also includes some other texture and model updates. License: NON GPL: Copyright by Grim. Use is only permited for Warzone 2100 GPL."
|
||||
LangString DESC_SecGrimMod ${LANG_ENGLISH} "Grim's art update"
|
||||
LangString TEXT_SecGrimMod ${LANG_ENGLISH} "Grim's art update"
|
||||
LangString DESC_SecGrimMod ${LANG_ENGLISH} "Grim's art update. Replaces campaign 1 textures with more detailed ones. Also includes some other texture and model updates. License: NON GPL: Copyright by Grim. Use is only permited for Warzone 2100 GPL."
|
||||
|
||||
|
||||
|
||||
|
@ -213,7 +213,7 @@ FunctionEnd
|
|||
LangString DESC_SecMods ${LANG_GERMAN} "Verschiedene Mods."
|
||||
|
||||
LangString TEXT_SecGrimMod ${LANG_GERMAN} "Grims Grafik Update"
|
||||
LangString DESC_SecGrimMod ${LANG_GERMAN} "Grims Grafik Update. Ersetzt Kampagne 1 Texturen mit Detailieren. Enthält auch einige andere Textur und Model updates. Lizenz: Nicht GPL: Copyright by Grim. Verwendung nur für Warzone 2100 GPL gestattet."
|
||||
LangString DESC_SecGrimMod ${LANG_GERMAN} "Grims Grafik Update. Ersetzt Kampagne 1 Texturen mit Detailieren. Enthält auch einige andere Textur und Model updates. Lizenz: Nicht GPL: Copyright by Grim. Verwendung nur für Warzone 2100 GPL gestattet."
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue