aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-03-31 11:49:35 +0200
committerChristian Schneppe <christian@pix-art.de>2019-03-31 11:49:35 +0200
commit3b9ce9e06a75707aa8cc6e1b928078b7a91b26a9 (patch)
treeee1f574d76e92a1d9c3cff34fa160c240f321701 /src/main/res
parent27f5dc852019bcb4434cecd50e9235dfe34aa620 (diff)
correct some strings
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/values/strings.xml12
-rw-r--r--src/main/res/xml/preferences.xml8
2 files changed, 10 insertions, 10 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index dd90d8418..8228c7c1b 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -481,10 +481,10 @@
<string name="notify_only_when_highlighted">Notify only when mentioned</string>
<string name="notify_never">Notifications disabled</string>
<string name="notify_paused">Notifications paused</string>
- <string name="pref_picture_compression">Compress pictures</string>
- <string name="pref_picture_compression_summary">Resize and compress pictures</string>
- <string name="pref_video_compression">Compress videos</string>
- <string name="pref_video_compression_summary">Resize and compress videos</string>
+ <string name="pref_picture_quality">Picture quality</string>
+ <string name="pref_picture_quality_summary">Resize and compress pictures</string>
+ <string name="pref_video_quality">Video quality</string>
+ <string name="pref_video_quality_summary">Resize and compress videos</string>
<string name="video_low">low (144p)</string>
<string name="video_mid">middle (360p)</string>
<string name="video_high">high (720p)</string>
@@ -824,7 +824,7 @@
<string name="no_name_set_instructions">No nickname set.</string>
<string name="autojoin_group_chat">Automatically join this group chat</string>
<string name="pref_show_links_inside">Show previews of web links in chat</string>
- <string name="pref_show_links_inside_summary">Show previews of web links directly inside the chat view.</string>
+ <string name="pref_show_links_inside_summary">Show previews of web links directly inside the chat view, a connection to the server specified in the link will be established.</string>
<string name="pref_play_gif_inside">Play GIF files in chat</string>
<string name="pref_play_gif_inside_summary">Play GIF files directly inside the chat view.</string>
<string name="open_with">Open with…</string>
@@ -891,7 +891,7 @@
<string name="password_forgotten_title">Password forgotten</string>
<string name="password_forgotten_text">You have forgotten your account password? We will now try to open the support website of your provider.</string>
<string name="set_settings_intro">Here you can set some important privacy settings to your needs. All the settings can also be modified later.</string>
- <string name="pref_show_mappreview_inside_summary">Show map previews directly inside the chat view</string>
+ <string name="pref_show_mappreview_inside_summary">Show map previews directly inside the chat view, a connection to the Pix-Art-Server will be established.</string>
<string name="pref_show_mappreview_inside">Show previews of locations in chat</string>
<string name="pref_use_internal_updater_summary">Let the messenger look for new app updates once a day</string>
<string name="pref_use_internal_updater">look for updates</string>
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 069adc3e8..f42210417 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -204,15 +204,15 @@
android:entries="@array/image_compression_entries"
android:entryValues="@array/image_compression_values"
android:key="image_compression"
- android:summary="@string/pref_picture_compression_summary"
- android:title="@string/pref_picture_compression" />
+ android:summary="@string/pref_picture_quality_summary"
+ android:title="@string/pref_picture_quality" />
<ListPreference
android:defaultValue="@string/video_compression"
android:entries="@array/video_compression_entries"
android:entryValues="@array/video_compression_values"
android:key="video_compression"
- android:summary="@string/pref_video_compression_summary"
- android:title="@string/pref_video_compression" />
+ android:summary="@string/pref_video_quality_summary"
+ android:title="@string/pref_video_quality" />
</PreferenceScreen>
<!--status-->
<PreferenceScreen