Merge "Mark the name of the app not translatable"

This commit is contained in:
Paul Westbrook 2012-02-13 14:31:44 -08:00 committed by Android (Google) Code Review
commit d9ce667c6b

View File

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