summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-02-10 16:19:25 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-02-10 16:19:25 +0100
commitd85b90f56e75ea33a3fcd93d03aa37501c357807 (patch)
treecd31c14f52536b90b269ba3084756f635423e8fc /res/values
parentd297b5125520f653c485dee9687433e8b2d0d6ff (diff)
downloadAntennaPod-d85b90f56e75ea33a3fcd93d03aa37501c357807.zip
Added expandable notifications to PlaybackService
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8cba50a57..1d7fffc6c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -53,6 +53,7 @@
<!-- actions on feeditems -->
<string name="download_label">Download</string>
<string name="play_label">Play</string>
+ <string name="pause_label">Pause</string>
<string name="stream_label">Stream</string>
<string name="remove_label">Remove</string>
<string name="mark_read_label">Mark as read</string>