summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/menu/feeditem.xml1
-rw-r--r--res/values/strings.xml4
2 files changed, 4 insertions, 1 deletions
diff --git a/res/menu/feeditem.xml b/res/menu/feeditem.xml
index 9327d2509..ac4e28bc1 100644
--- a/res/menu/feeditem.xml
+++ b/res/menu/feeditem.xml
@@ -8,6 +8,7 @@
<item android:id="@+id/mark_unread_item" android:title="@string/mark_unread_label" android:visible="false" android:showAsAction="collapseActionView"></item>
<item android:id="@+id/add_to_queue_item" android:title="@string/add_to_queue_label" android:visible="false" android:showAsAction="collapseActionView"></item>
<item android:id="@+id/remove_from_queue_item" android:title="@string/remove_from_queue_label" android:visible="false" android:showAsAction="collapseActionView"></item>
+ <item android:id="@+id/stream_item" android:title="@string/stream_label" android:visible="false" android:showAsAction="collapseActionView"></item>
</menu> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8f031c912..9d891d144 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -35,7 +35,7 @@
<!-- Mediaplayer status Messages -->
<string name="player_paused_msg">Paused</string>
<string name="player_error_msg">Error!</string>
- <string name="player_stopped_msg">Stopped</string>
+ <string name="player_stopped_msg">No media playing</string>
<string name="player_preparing_msg">Preparing...</string>
<string name="mark_read_label">Mark read</string>
<string name="mark_unread_label">Mark unread</string>
@@ -51,4 +51,6 @@
<string name="show_player_label">Show player</string>
<string name="add_to_queue_label">Add to Queue</string>
<string name="remove_from_queue_label">Remove from Queue</string>
+ <string name="player_ready_msg">Ready</string>
+ <string name="stream_label">Stream</string>
</resources>