summaryrefslogtreecommitdiff
path: root/res/menu/main_menu.xml
diff options
context:
space:
mode:
authorRaphaël Rochet <[email protected]>2013-04-10 09:13:28 +0200
committerRaphaël Rochet <[email protected]>2013-04-10 09:13:28 +0200
commit88ac0cf3870c6ff46e33ee4a60e8059829ac39b8 (patch)
tree3fedecdb9d7b69e49e773467602d59683b8b827b /res/menu/main_menu.xml
parent9149add7517964bd613bcc1b6a3d9e55ac9dc61f (diff)
Fixed main menu not using translations for "subscribe to feed"
French translation : Added "Labels", fixed "Set labels"
Diffstat (limited to 'res/menu/main_menu.xml')
-rw-r--r--res/menu/main_menu.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index 3591ba92..483ff37e 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -15,7 +15,7 @@
android:id="@+id/subscribe_to_feed"
android:icon="@android:drawable/ic_menu_add"
android:showAsAction=""
- android:title="Subscribe to feed"/>
+ android:title="@string/subscribe_to_feed"/>
<item
android:id="@+id/show_feeds"
@@ -168,4 +168,4 @@
android:title="@string/login_login"/>
</group>
-</menu> \ No newline at end of file
+</menu>