From f43c133c87a2a6e8f0918e5038097d63dbdbe256 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Fri, 15 Dec 2023 08:41:41 +0100 Subject: android lint: Replace "..." with ellipsis character MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Address this lint warning listed in the lint-baseline.xml: This also helps to avoid introducing more issues of that kind in newly added translations, quoting from cloph's Gerrit comment [1]: > and FYI: if the source-string would end in an Ellipsis, then weblate could > enforce the translation ending in an ellipsis [...] > > ( https://docs.weblate.org/en/latest/user/checks.html#mismatched-ellipsis ) [1] https://gerrit.libreoffice.org/c/core/+/160614/comments/5ef2dc6d_75cde15f Change-Id: Ic056849dd56d7e6c50615ffd62d470df4ab337bb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160817 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- android/source/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android/source') diff --git a/android/source/res/values/strings.xml b/android/source/res/values/strings.xml index 5d280ca5025b..1460b525192f 100644 --- a/android/source/res/values/strings.xml +++ b/android/source/res/values/strings.xml @@ -50,7 +50,7 @@ Strike Out Show keyboard Save - Save As... + Save As… Enable Format Search Send UNO Cmd -- cgit