summaryrefslogtreecommitdiff
path: root/core/src/main
diff options
context:
space:
mode:
authorWagubi Brian <wagubib@gmail.com>2019-06-25 10:41:08 +0300
committerWagubi Brian <wagubib@gmail.com>2019-06-26 04:50:18 +0300
commit7f1f725bfe787b822eb324c11459b0f8d2a2cd6e (patch)
treec5ba971ea57ce0329468928a67eb2a231b167aa8 /core/src/main
parent1580e93b940436b76e2db46fa5501c8f02e38770 (diff)
downloadAntennaPod-7f1f725bfe787b822eb324c11459b0f8d2a2cd6e.zip
validate username for characters not accepted.
Diffstat (limited to 'core/src/main')
-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 4378abe50..2fbb65744 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -642,6 +642,7 @@
<string name="gpodnetsync_error_descr">An error occurred during syncing:\u0020</string>
<string name="gpodnetsync_pref_report_successful">Successful</string>
<string name="gpodnetsync_pref_report_failed">Failed</string>
+ <string name="gpodnetsync_username_characters_error">Usernames may only contain letters, digits, hyphens and underscores.</string>
<!-- Directory chooser -->
<string name="selected_folder_label">Selected folder:</string>