Mark the name of the app not translatable

Bug: 6006118

Change-Id: I308d166778999e65d3021a37d999083866136578
This commit is contained in:
Paul Westbrook 2012-02-13 14:08:46 -08:00
parent 5c3b8fc009
commit cbdff168b3

View File

@ -16,5 +16,5 @@
*/
-->
<resources>
<string name="app_name">Email2</string>
<string name="app_name" translatable="false">Email2</string>
</resources>