From 3b9ce9e06a75707aa8cc6e1b928078b7a91b26a9 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sun, 31 Mar 2019 11:49:35 +0200 Subject: correct some strings --- src/main/res/values/strings.xml | 12 ++++++------ src/main/res/xml/preferences.xml | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'src/main/res') 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 @@ Notify only when mentioned Notifications disabled Notifications paused - Compress pictures - Resize and compress pictures - Compress videos - Resize and compress videos + Picture quality + Resize and compress pictures + Video quality + Resize and compress videos low (144p) middle (360p) high (720p) @@ -824,7 +824,7 @@ No nickname set. Automatically join this group chat Show previews of web links in chat - Show previews of web links directly inside the chat view. + Show previews of web links directly inside the chat view, a connection to the server specified in the link will be established. Play GIF files in chat Play GIF files directly inside the chat view. Open with… @@ -891,7 +891,7 @@ Password forgotten You have forgotten your account password? We will now try to open the support website of your provider. Here you can set some important privacy settings to your needs. All the settings can also be modified later. - Show map previews directly inside the chat view + Show map previews directly inside the chat view, a connection to the Pix-Art-Server will be established. Show previews of locations in chat Let the messenger look for new app updates once a day look for updates 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" /> + android:summary="@string/pref_video_quality_summary" + android:title="@string/pref_video_quality" />