aboutsummaryrefslogtreecommitdiffstats
path: root/res/menu/contact_details.xml
diff options
context:
space:
mode:
authorBenoit Bouvarel <benoit.bouvarel@cpe.fr>2014-05-16 01:13:07 +0200
committerBenoit Bouvarel <benoit.bouvarel@cpe.fr>2014-05-16 01:13:07 +0200
commit3d0f08e3190bd35a1a3c0cacd4eb24076b8ec2ed (patch)
treedea3ab4faae42634fafda290113f6f55b7411b16 /res/menu/contact_details.xml
parent3426df21c17a4450b8a93425ac22d90116f913a3 (diff)
French translation + hard-coded string > @string
Diffstat (limited to 'res/menu/contact_details.xml')
-rw-r--r--res/menu/contact_details.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/contact_details.xml b/res/menu/contact_details.xml
index 5d4a8d56..43e8ea6a 100644
--- a/res/menu/contact_details.xml
+++ b/res/menu/contact_details.xml
@@ -5,13 +5,13 @@
android:orderInCategory="10"
android:showAsAction="always"
android:icon="@drawable/ic_action_edit"
- android:title="Edit name" />
+ android:title="@string/action_edit_contact" />
<item
android:id="@+id/action_delete_contact"
android:orderInCategory="10"
android:showAsAction="always"
android:icon="@drawable/ic_action_discard"
- android:title="Delete from roster" />
+ android:title="@string/action_delete_contact" />
<item
android:id="@+id/action_accounts"
android:orderInCategory="90"