diff options
author | lado <herrlado@gmail.com> | 2011-10-26 14:59:35 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-10-26 14:59:35 +0200 |
commit | 1ead11dcbe79ab435c19182930eaacde36e35b44 (patch) | |
tree | f5dd3044b9dcfaf6881357e236b06f1a4a291b47 | |
parent | 7fcb5f2d6eb0378c3de9efae851fb859a4a6ccfd (diff) | |
download | vdr-manager-1ead11dcbe79ab435c19182930eaacde36e35b44.tar.gz vdr-manager-1ead11dcbe79ab435c19182930eaacde36e35b44.tar.bz2 |
typo
-rw-r--r-- | vdrmanager/res/values/progress.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vdrmanager/res/values/progress.xml b/vdrmanager/res/values/progress.xml index 8edb21c..9074a7a 100644 --- a/vdrmanager/res/values/progress.xml +++ b/vdrmanager/res/values/progress.xml @@ -20,8 +20,8 @@ <string name="progress_timer_enable">Enabling timer…</string> <string name="progress_timer_modify">Updating timer…</string> <string name="progress_timer_disable">Disabling timer…</string> - <string name="progress_connect_finished_abnormal">Connection finished abnormal…</string> + <string name="progress_connect_finished_abnormal">Connection finished abnormal</string> <string name="progress_connect_finished_abnormal_arg">Connection finished abnormal: %1$s</string> - <string name="progress_cache_hit">Loader from cache.</string> + <string name="progress_cache_hit">Loaded from cache.</string> </resources> |