diff options
author | Michael Kaiser <patheticpat@googlemail.com> | 2012-10-21 22:33:05 +0200 |
---|---|---|
committer | Michael Kaiser <patheticpat@googlemail.com> | 2012-10-21 22:33:05 +0200 |
commit | 4e06688713a947fc59248431654f767c476c28e8 (patch) | |
tree | 2a23d4cdd566d4036e1bad630955c8efc33b00d0 /res/values | |
parent | 3f8f9be652e992def6bd3e345b850297f085a129 (diff) | |
download | AntennaPod-4e06688713a947fc59248431654f767c476c28e8.zip |
Removed duplicate string resources.
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 89227c6cf..850e540c1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -81,7 +81,6 @@ <string name="download_report_title">Downloads completed</string> <string name="download_error_malformed_url">Malformed URL</string> <string name="download_error_io_error">IO Error</string> - <string name="download_error_device_not_found">External storage unavailable</string> <string name="download_error_request_error">Request error</string> <string name="downloads_left">\u0020Downloads left</string> <string name="download_notification_title">Downloading podcast data</string> @@ -214,4 +213,4 @@ <string name="add_feed_label">Add feed</string> <string name="miro_feed_added">Feed is being added</string> -</resources>
\ No newline at end of file +</resources> |