diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2014-05-16 11:55:17 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-05-16 11:55:17 +0200 |
commit | afd1ba657aef5d7361a38ad24eee746250c2348e (patch) | |
tree | dea3ab4faae42634fafda290113f6f55b7411b16 /res/menu/encryption_choices.xml | |
parent | 3426df21c17a4450b8a93425ac22d90116f913a3 (diff) | |
parent | 3d0f08e3190bd35a1a3c0cacd4eb24076b8ec2ed (diff) |
Merge pull request #117 from BenoitBouvarel/development
French translation + hard-coded string > @string
Diffstat (limited to 'res/menu/encryption_choices.xml')
-rw-r--r-- | res/menu/encryption_choices.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/menu/encryption_choices.xml b/res/menu/encryption_choices.xml index ade17654..0596bfbc 100644 --- a/res/menu/encryption_choices.xml +++ b/res/menu/encryption_choices.xml @@ -4,14 +4,14 @@ <item android:id="@+id/encryption_choice_none" - android:title="Plain text" + android:title="@string/encryption_choice_none" /> <item android:id="@+id/encryption_choice_otr" - android:title="OTR" + android:title="@string/encryption_choice_otr" /> <item android:id="@+id/encryption_choice_pgp" - android:title="OpenPGP"/> + android:title="@string/encryption_choice_pgp"/> </group> </menu> |