Make app_name translatable

This commit is contained in:
Dominik Schürmann 2014-10-03 18:49:31 +02:00
parent 628eef2ab0
commit f6e0d0f495
2 changed files with 2 additions and 6 deletions

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">OpenKeychain</string>
</resources>

View File

@ -6,6 +6,8 @@
http://developer.android.com/guide/topics/resources/string-resource.html (scroll down to "Escaping apostrophes and quotes").
-->
<string name="app_name">"OpenKeychain"</string>
<!-- title -->
<string name="title_select_recipients">"Select Keys"</string>
<string name="title_select_secret_key">"Select Your Key"</string>