diff options
author | lookshe <github@lookshe.org> | 2015-04-12 20:59:12 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2015-04-12 20:59:12 +0200 |
commit | 56e695cf1be3c519d749e3736bdc60a39b43fd8d (patch) | |
tree | 6074c8c9b002f75df1c41c181f2ccc6e66debad2 /src/main/res/values-cs/strings.xml | |
parent | 98c09f18a22628eae9c98f6efa861f739677e188 (diff) |
added settings for accepting and downloading files
fix in Settings, initialize with same values like in preferences.xml
Diffstat (limited to 'src/main/res/values-cs/strings.xml')
-rw-r--r-- | src/main/res/values-cs/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values-cs/strings.xml b/src/main/res/values-cs/strings.xml index 0c08fa7a..03b18a71 100644 --- a/src/main/res/values-cs/strings.xml +++ b/src/main/res/values-cs/strings.xml @@ -98,7 +98,7 @@ <string name="pref_xmpp_resource">XMPP zdroj</string> <string name="pref_xmpp_resource_summary">Jméno se kterým se tento klient identifikuje</string> <string name="pref_accept_files">Přijímat soubory</string> - <string name="pref_accept_files_summary">Automaticky přijímat soubory menší než…</string> + <string name="pref_accept_files_size_summary">Automaticky přijímat soubory menší než…</string> <string name="pref_notification_settings">Nastavení upozornění</string> <string name="pref_notifications">Upozornění</string> <string name="pref_notifications_summary">Upozornit při přijetí nové zprávy</string> |