From 6e4c3c500befd3a9281962e709bc082c8aa6205f Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Mon, 1 May 2023 20:17:13 +0530 Subject: [PATCH] strings: Add missing postitions of substitutions Multiple substitutions specified in non-positional format of string resource string/app_list_rating. Did you mean to add the formatted="false" attribute? Signed-off-by: Aayush Gupta --- app/src/main/res/values/strings_do_not_translate.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/values/strings_do_not_translate.xml b/app/src/main/res/values/strings_do_not_translate.xml index afb88f14d..f0daa004d 100644 --- a/app/src/main/res/values/strings_do_not_translate.xml +++ b/app/src/main/res/values/strings_do_not_translate.xml @@ -20,9 +20,9 @@ "Aurora Store" - "%s • %s★ • %s" + "%1$s • %2$s★ • %3$s" %1$d B/s %1$s KB/s %1$s MB/s - \ No newline at end of file +