diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-10-31 17:39:44 +0100 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-10-31 17:39:44 +0100 |
commit | 1289e75310955572d788c26015b10e6ecf253bc2 (patch) | |
tree | 83815d22ecc6cd149ffb9b41020a3bedc91b1970 /res | |
parent | 2c08f5ce6ede767616b4d310a23442c54c06c359 (diff) | |
parent | d68ad23603370ddad8afe8cf65e161433448a858 (diff) | |
download | BlueGPS-1289e75310955572d788c26015b10e6ecf253bc2.zip BlueGPS-1289e75310955572d788c26015b10e6ecf253bc2.tar.gz BlueGPS-1289e75310955572d788c26015b10e6ecf253bc2.tar.bz2 |
merging refs/heads/dev_1.1.x into HEAD
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 1cf26f2..9629cb1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -106,5 +106,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>
|