summaryrefslogtreecommitdiff
path: root/org.fox.ttrss
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-07-10 13:53:58 +0300
committerAndrew Dolgov <[email protected]>2015-07-10 13:53:58 +0300
commiteee521018968fc4479372228d0a57d90948f2e2b (patch)
treefebca96ac3dfce05cbe10b73bd87a37e7ae52983 /org.fox.ttrss
parenta5da507b58da3b0347ef0ff4ad04b2c7e28ad84b (diff)
videoplayer: missing i18n
Diffstat (limited to 'org.fox.ttrss')
-rw-r--r--org.fox.ttrss/src/main/res/menu/activity_video_player.xml4
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/strings.xml2
2 files changed, 4 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/menu/activity_video_player.xml b/org.fox.ttrss/src/main/res/menu/activity_video_player.xml
index fb4da795..0b5d1ae6 100644
--- a/org.fox.ttrss/src/main/res/menu/activity_video_player.xml
+++ b/org.fox.ttrss/src/main/res/menu/activity_video_player.xml
@@ -6,10 +6,10 @@
<item
android:id="@+id/article_vid_open"
app:showAsAction=""
- android:title="Open video"/>
+ android:title="@string/video_player_open"/>
<item
android:id="@+id/article_vid_share"
android:icon="@drawable/ic_share"
app:showAsAction="ifRoom"
- android:title="Share video"/>
+ android:title="@string/video_player_share"/>
</menu>
diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml
index 31de7124..e74c3843 100755
--- a/org.fox.ttrss/src/main/res/values/strings.xml
+++ b/org.fox.ttrss/src/main/res/values/strings.xml
@@ -228,4 +228,6 @@
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
+ <string name="video_player_share">Share video</string>
+ <string name="video_player_open">Open video</string>
</resources>