diff options
author | Tom Hennen <tom.hennen@gmail.com> | 2015-08-02 14:45:22 -0400 |
---|---|---|
committer | Tom Hennen <tom.hennen@gmail.com> | 2015-08-02 14:45:22 -0400 |
commit | 744f3d6442d04428f9b74206c8aaae972d99727a (patch) | |
tree | fda1696dcd1d5959bbffea78fab178afd504c5fe /core/src/main/res | |
parent | bc5acccb0c13c5e7cb91c3263a660279d0ce269c (diff) | |
download | AntennaPod-744f3d6442d04428f9b74206c8aaae972d99727a.zip |
fixed typo
Diffstat (limited to 'core/src/main/res')
-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 23c58d16f..7ec9bd508 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -444,7 +444,7 @@ <string name="pref_pausePlaybackForFocusLoss_title">Pause for Interruptions</string> <string name="pref_resumeAfterCall_sum">Resume playback after a phone call completes</string> <string name="pref_resumeAfterCall_title">Resume after Call</string> - <string name="pref_restart_required">AnntennaPod has to be restarted for this change to take effect.</string> + <string name="pref_restart_required">AntennaPod has to be restarted for this change to take effect.</string> <!-- Online feed view --> <string name="subscribe_label">Subscribe</string> |