summaryrefslogtreecommitdiff
path: root/android/source/res/xml/libreoffice_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/source/res/xml/libreoffice_preferences.xml')
-rw-r--r--android/source/res/xml/libreoffice_preferences.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/source/res/xml/libreoffice_preferences.xml b/android/source/res/xml/libreoffice_preferences.xml
index 86ad3af81971..5541c29ff3d4 100644
--- a/android/source/res/xml/libreoffice_preferences.xml
+++ b/android/source/res/xml/libreoffice_preferences.xml
@@ -24,8 +24,8 @@
android:summary="@string/pref_viewmode_summary" />
<ListPreference
- android:title="Display Language"
- android:summary="Set the default display language"
+ android:title="@string/display_language"
+ android:summary="@string/display_language_summary"
android:entries="@array/SupportedLanguages"
android:entryValues="@array/SupportedLanguagesValues"
android:key="DISPLAY_LANGUAGE"