summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-23 01:36:21 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-23 01:36:21 +0200
commit5b28da28feda6c1d662be53ac1e7cbfa7c900dd1 (patch)
tree40188d1c442d28c12338d4825c5e17c9c0b9d655 /src/de/danoeh/antennapod
parent81e03efc3d195d391e4819fd6b795e26e0671e78 (diff)
downloadAntennaPod-5b28da28feda6c1d662be53ac1e7cbfa7c900dd1.zip
Improved mediaplayer layout
Diffstat (limited to 'src/de/danoeh/antennapod')
-rw-r--r--src/de/danoeh/antennapod/activity/MediaplayerActivity.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/de/danoeh/antennapod/activity/MediaplayerActivity.java b/src/de/danoeh/antennapod/activity/MediaplayerActivity.java
index ffed9f0f0..5d5003a24 100644
--- a/src/de/danoeh/antennapod/activity/MediaplayerActivity.java
+++ b/src/de/danoeh/antennapod/activity/MediaplayerActivity.java
@@ -741,7 +741,7 @@ public class MediaplayerActivity extends SherlockFragmentActivity implements
case POS_COVER:
return activity.getString(R.string.cover_label);
case POS_DESCR:
- return activity.getString(R.string.description_label);
+ return activity.getString(R.string.shownotes_label);
case POS_CHAPTERS:
return activity.getString(R.string.chapters_label);
default: