move app name into resource that's not copied to fix dbg variant

having empty name (though it didn't before)
This commit is contained in:
Eric House 2015-07-25 08:52:33 -07:00
parent d67245282b
commit 7c8c6bb55b
3 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_version">4.4-dbg beta 80</string>
<string name="app_version">4.4 beta 97</string>
<!-- The name of the app. Not localized! -->
<string name="app_name">CrossDbg</string>
</resources>

View file

@ -2,4 +2,6 @@
<resources>
<string name="app_version">4.4 beta 97</string>
<!-- The name of the app. Not localized! -->
<string name="app_name">Crosswords</string>
</resources>

View file

@ -2,9 +2,6 @@
<!-- Resources in this file do not require localization -->
<resources>
<!-- The name of the app. Not localized! -->
<string name="app_name">Crosswords</string>
<!-- prefs keys -->
<string name="key_color_tiles">key_color_tiles</string>
<string name="key_show_arrow">key_show_arrow</string>