diff options
author | Tom Hennen <TomHennen@users.noreply.github.com> | 2015-08-04 22:42:44 -0400 |
---|---|---|
committer | Tom Hennen <TomHennen@users.noreply.github.com> | 2015-08-04 22:42:44 -0400 |
commit | 8e2b3371e1279628995786288b06bbe5a931d337 (patch) | |
tree | 4030be012da2f27818b3f31d9d4f1547a2c16885 | |
parent | e22a272ef73c402ffa3b20681ee83350d65486c1 (diff) | |
parent | c019f2cd3bf6791e6c9b1783816e369cb88e4363 (diff) | |
download | AntennaPod-8e2b3371e1279628995786288b06bbe5a931d337.zip |
Merge pull request #1063 from TomHennen/remove_extra_quote
removed extra quote
-rw-r--r-- | core/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index b0ebef3da..00bc077e8 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -271,7 +271,7 @@ <string name="network_pref">Network</string> <string name="pref_autoUpdateIntervallOrTime_title">Update Interval or Time of Day</string> <string name="pref_autoUpdateIntervallOrTime_sum">Specify an interval or a specific time of day to refresh the feeds automatically</string> - <string name="pref_autoUpdateIntervallOrTime_message">You can set an <i>interval</i> like \"every 2 hours\", set a specific <i>time of day</i> like \"7:00 AM\" or <i>disable</i> automatic updates altogether.\n\n<small>Please note: Update times are inexact. You may encounter a short delay.</small>"</string> + <string name="pref_autoUpdateIntervallOrTime_message">You can set an <i>interval</i> like \"every 2 hours\", set a specific <i>time of day</i> like \"7:00 AM\" or <i>disable</i> automatic updates altogether.\n\n<small>Please note: Update times are inexact. You may encounter a short delay.</small></string> <string name="pref_autoUpdateIntervallOrTime_Disable">Disable</string> <string name="pref_autoUpdateIntervallOrTime_Interval">Set Interval</string> <string name="pref_autoUpdateIntervallOrTime_TimeOfDay">Set Time of Day</string> |