From 79dddb9cb3a690418ee4c659c0da9f5bc4349c7e Mon Sep 17 00:00:00 2001 From: Nicolas Raoul Date: Mon, 7 Sep 2015 14:34:30 +0900 Subject: [PATCH] Fixed percentage syntax, see http://stackoverflow.com/questions/4414389/android-xml-percent-symbol --- commons/res/values-qq/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/res/values-qq/strings.xml b/commons/res/values-qq/strings.xml index 90c749d63..d1c55cc29 100644 --- a/commons/res/values-qq/strings.xml +++ b/commons/res/values-qq/strings.xml @@ -35,7 +35,7 @@ {{Identical|Queue}} Show status of upload as failed. {{Identical|Failed}} - Show status of upload as currently in progress. <code>%1$d%%</code> represents percentage of current file that has been uploaded; <code>%%</code> is rendered \"%\", because <code>%</code> is a special character here so to render one you have to write two. + Show status of upload as currently in progress. <code>%1$d%%</code> represents percentage of current file that has been uploaded; <code>%%</code> is rendered \"%%\", because <code>%%</code> is a special character here so to render one you have to write two. Show status of upload as about to start. {{Identical|Uploading}} Action bar item to prompt the user to pick a picture from the phone to upload