diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-03-25 17:11:51 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2016-03-25 17:11:51 +0100 |
commit | 016f52fa2019406ba1a16923e8ee3b6006c3ab6c (patch) | |
tree | 064926077fbb3dbbd26c8628adfb604e59039930 /core/src/main/res | |
parent | 163af2a6325dec30b75816b2671b5a586d61d865 (diff) | |
parent | 1d8d04fecb8f5104e161c551d970f30029df7a23 (diff) | |
download | AntennaPod-016f52fa2019406ba1a16923e8ee3b6006c3ab6c.zip |
Merge pull request #1824 from TomHennen/fix1811
better device id generation
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 1 |
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 d7a9e3877..ab5d10b5f 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -488,6 +488,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> |