diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-10-31 17:37:58 +0100 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-10-31 17:37:58 +0100 |
commit | d68ad23603370ddad8afe8cf65e161433448a858 (patch) | |
tree | e203b6c872eb7be61594db48414ff20137e5d1a5 /res | |
parent | 442660e78d09eacc40ff1ac8545a13c23c0355b7 (diff) | |
download | BlueGPS-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.xml | 2 |
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>
|