diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-03-02 13:25:56 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-03-02 13:25:56 +0100 |
commit | ec1992f36c5bf1916ebaed8196705b2324486388 (patch) | |
tree | 860292ffac34747179a3e51aea17c2c9a9aa5ed9 /res | |
parent | 6c747c078bdf975e1aa4ea9b94d52efd0ef42573 (diff) | |
download | AntennaPod-ec1992f36c5bf1916ebaed8196705b2324486388.zip |
empty list TextView displayed wrong text0.9.7
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/organize_queue.xml | 2 |
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 |