summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-08-26 13:27:11 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-08-26 13:27:11 +0200
commit40e0950c23e57bfcacce6b84b2b9389005843a8f (patch)
tree8f066ce1bba9b3e70f46774eba543118cecab208 /res
parent625a0436441d688dfb525c3c7860a92c4e57c3ce (diff)
downloadAntennaPod-40e0950c23e57bfcacce6b84b2b9389005843a8f.zip
Fixed crash in TimeDialog caused by invalid input
Diffstat (limited to 'res')
-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 2670a78ed..c32359dd8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -179,6 +179,7 @@
<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="time_dialog_invalid_input">Invalid input, time has to be an integer</string>
</resources> \ No newline at end of file