mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Alpha 27 Name: Agni
This is a Sanskrit word meaning fire and connoting the Vedic fire deity of Hinduism. Poll: https://wildfiregames.com/forum/topic/106110-alpha-27-naming-poll/ This was SVN commit r27617.
This commit is contained in:
parent
635314ccef
commit
abb280d75a
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ var g_ProjectInformation = {
|
|||
"caption": getBuildString()
|
||||
},
|
||||
"productDescription": {
|
||||
"caption": setStringTags(translate("Alpha XXVII: ———"), { "font": "sans-bold-16" }) + "\n\n" +
|
||||
"caption": setStringTags(translate("Alpha XXVII: Agni"), { "font": "sans-bold-16" }) + "\n\n" +
|
||||
translate("Notice: This game is under development and many features have not been added yet.")
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<!-- IMPORTANT: remember to update pregame/ProjectInformation.js in sync with this: -->
|
||||
<object type="text" style="ModernLabelText" text_valign="top" ghost="true">
|
||||
<translatableAttribute id="caption">Alpha XXVII: ———</translatableAttribute>
|
||||
<translatableAttribute id="caption">Alpha XXVII: Agni</translatableAttribute>
|
||||
</object>
|
||||
|
||||
<!-- Displays build date and revision number-->
|
||||
|
|
|
|||
Loading…
Reference in a new issue