diff options
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>
|