summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2013-03-02 13:25:56 +0100
committerdaniel oeh <daniel.oeh@gmail.com>2013-03-02 13:25:56 +0100
commitec1992f36c5bf1916ebaed8196705b2324486388 (patch)
tree860292ffac34747179a3e51aea17c2c9a9aa5ed9 /res/layout
parent6c747c078bdf975e1aa4ea9b94d52efd0ef42573 (diff)
downloadAntennaPod-ec1992f36c5bf1916ebaed8196705b2324486388.zip
empty list TextView displayed wrong text0.9.7
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/organize_queue.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/organize_queue.xml b/res/layout/organize_queue.xml
index 805aa36fb..b73263632 100644
--- a/res/layout/organize_queue.xml
+++ b/res/layout/organize_queue.xml
@@ -30,6 +30,6 @@
android:layout_height="match_parent"
android:layout_gravity="center"
android:gravity="center"
- android:text="@string/no_feeds_label" />
+ android:text="@string/no_items_label" />
</LinearLayout> \ No newline at end of file