aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-10-31 17:37:58 +0100
committerHerbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com>2010-10-31 17:37:58 +0100
commitd68ad23603370ddad8afe8cf65e161433448a858 (patch)
treee203b6c872eb7be61594db48414ff20137e5d1a5 /res
parent442660e78d09eacc40ff1ac8545a13c23c0355b7 (diff)
downloadBlueGPS-d68ad23603370ddad8afe8cf65e161433448a858.zip
BlueGPS-d68ad23603370ddad8afe8cf65e161433448a858.tar.gz
BlueGPS-d68ad23603370ddad8afe8cf65e161433448a858.tar.bz2
bug correction
problem in the default english messages
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 410ea35..f983005 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -69,5 +69,5 @@
<item quantity="other">Will retry %d more times before closing</item>
</plurals>
<string name="service_closed_because_connection_problem_notification_title">BlueGps stopped</string>
- <string name="service_closed_because_connection_problem_notification">"Reason: %"</string>
+ <string name="service_closed_because_connection_problem_notification">"Reason: %s"</string>
</resources>