[Libreoffice-commits] online.git: android/app
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 4 06:34:56 UTC 2020
android/app/src/main/res/layout/about.xml | 2 +-
android/app/src/main/res/values/strings.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5f2371d12fc70f4e743b83407820e25ed90f48de
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Mon May 4 08:33:55 2020 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Mon May 4 08:33:55 2020 +0200
If we change text but not the id, old translations are pulled in
Change-Id: I34cbaba2260ee2ae0bd5e83adec7522225e451aa
diff --git a/android/app/src/main/res/layout/about.xml b/android/app/src/main/res/layout/about.xml
index 3b1ec37ff..0b02204b1 100644
--- a/android/app/src/main/res/layout/about.xml
+++ b/android/app/src/main/res/layout/about.xml
@@ -41,7 +41,7 @@
android:id="@+id/about_version"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:text="@string/app_version"
+ android:text="@string/app_version_and_hash"
android:textAlignment="center"
android:textIsSelectable="true"
android:textSize="14sp" />
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index d9db90079..fa8c6f037 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -2,7 +2,7 @@
<!--string name="app_name" definition is deliberately missing here, it is filled in in build.gradle.-->
<string name="app_name_settings">Settings</string>
- <string name="app_version">Version: %1$s\nonline git-hash: %2$s\ncore git-hash: %3$s</string>
+ <string name="app_version_and_hash">Version: %1$s\nonline git-hash: %2$s\ncore git-hash: %3$s</string>
<string name="app_description">$APP_NAME is a modern, easy-to-use, open source productivity suite for word processing, spreadsheets, presentations and more.</string>
<string name="app_vendor">This release was supplied by $VENDOR.</string>
More information about the Libreoffice-commits
mailing list