mirror of
https://github.com/gsantner/dandelion
synced 2024-11-22 12:22:08 +01:00
Fixed some strings
This commit is contained in:
parent
c8eb6f598f
commit
d8a3e029b1
1 changed files with 3 additions and 3 deletions
|
@ -105,7 +105,7 @@
|
||||||
|
|
||||||
<!-- Load images -->
|
<!-- Load images -->
|
||||||
<string name="pref_title__load_images">Load images</string>
|
<string name="pref_title__load_images">Load images</string>
|
||||||
<string name="pref_desc__load_images">Disable image loading to safe mobile data</string>
|
<string name="pref_desc__load_images">Toggle image loading to eg. safe mobile data</string>
|
||||||
|
|
||||||
<!-- Proxy -->
|
<!-- Proxy -->
|
||||||
<string name="pref_title__http_proxy_load_tor_preset">Load Tor Preset</string>
|
<string name="pref_title__http_proxy_load_tor_preset">Load Tor Preset</string>
|
||||||
|
@ -124,7 +124,7 @@
|
||||||
|
|
||||||
<!-- Chrome custom tabs -->
|
<!-- Chrome custom tabs -->
|
||||||
<string name="pref_title__chrome_custom_tabs_enabled">Chrome Custom Tabs</string>
|
<string name="pref_title__chrome_custom_tabs_enabled">Chrome Custom Tabs</string>
|
||||||
<string name="pref_desc__chrome_custom_tabs_enabled">Open external links with Chrome Custom Tabs. Chromium or Google Chrome needs to be installed for this feature. \nIMPORTANT NOTE: Chrome Custom Tabs do not use configured proxy servers!</string>
|
<string name="pref_desc__chrome_custom_tabs_enabled">Open external links with Chrome Custom Tabs. Chromium or Google Chrome needs to be installed in order to use this feature. \nIMPORTANT NOTE: Chrome Custom Tabs do not use configured proxy servers!</string>
|
||||||
|
|
||||||
<!-- Diaspora Settings -->
|
<!-- Diaspora Settings -->
|
||||||
<string name="pref_title__personal_settings">Personal settings</string>
|
<string name="pref_title__personal_settings">Personal settings</string>
|
||||||
|
@ -144,7 +144,7 @@
|
||||||
<string name="pref_desc__clear_cache">Clear WebView cache</string>
|
<string name="pref_desc__clear_cache">Clear WebView cache</string>
|
||||||
|
|
||||||
|
|
||||||
<string name="pref_desc__intellihide_toolbars">Hide top and bottom toolbars automatically while scrolling</string>
|
<string name="pref_desc__intellihide_toolbars">Automatically hide top and bottom toolbars while scrolling</string>
|
||||||
<string name="pref_title__intellihide_toolbars">Intellihide Toolbars</string>
|
<string name="pref_title__intellihide_toolbars">Intellihide Toolbars</string>
|
||||||
|
|
||||||
<string name="pref_title__append_shared_via_app">Append shared-by-notice</string>
|
<string name="pref_title__append_shared_via_app">Append shared-by-notice</string>
|
||||||
|
|
Loading…
Reference in a new issue