summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2016-03-25 09:44:49 -0400
committerTom Hennen <tom.hennen@gmail.com>2016-03-25 09:44:49 -0400
commit1d8d04fecb8f5104e161c551d970f30029df7a23 (patch)
tree21db6b4e0e9b31a1ddf3c56769a1f555f19fd8c1 /core/src
parente413d85c210ad5435381ebea678b914f69b59d3e (diff)
downloadAntennaPod-1d8d04fecb8f5104e161c551d970f30029df7a23.zip
check if caption is empty too
Diffstat (limited to 'core/src')
-rw-r--r--core/src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 6e2848c20..d268de3da 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -485,6 +485,7 @@
<string name="gpodnetauth_device_chooseExistingDevice">Choose existing device:</string>
<string name="gpodnetauth_device_errorEmpty">Device ID must not be empty</string>
<string name="gpodnetauth_device_errorAlreadyUsed">Device ID already in use</string>
+ <string name="gpodnetauth_device_caption_errorEmpty">Caption must not be empty</string>
<string name="gpodnetauth_device_butChoose">Choose</string>
<string name="gpodnetauth_finish_title">Login successful!</string>