Fix space after "Next time" in strings.xml
Add probably missing space after "Next time" that all translators have added into their localized strings.
This commit is contained in:
parent
49aab1eb21
commit
288cb6d917
1 changed files with 3 additions and 3 deletions
|
@ -24,9 +24,9 @@
|
|||
<string name="purchases">Purchases</string>
|
||||
<string name="live_update_delete_updates_msg">Are you sure you want to delete all %s live updates?</string>
|
||||
<string name="delete_updates">Delete updates</string>
|
||||
<string name="live_update_frequency_hour_variant">Map updates will be checked every hour. Next time%1$s in %2$s.</string>
|
||||
<string name="live_update_frequency_day_variant">Map updates will be checked every day. Next time%1$s in %2$s.</string>
|
||||
<string name="live_update_frequency_week_variant">Map updates will be checked every week. Next time%1$s in %2$s.</string>
|
||||
<string name="live_update_frequency_hour_variant">Map updates will be checked every hour. Next time %1$s in %2$s.</string>
|
||||
<string name="live_update_frequency_day_variant">Map updates will be checked every day. Next time %1$s in %2$s.</string>
|
||||
<string name="live_update_frequency_week_variant">Map updates will be checked every week. Next time %1$s in %2$s.</string>
|
||||
<string name="update_frequency">Update frequency</string>
|
||||
<string name="last_time_checked">Last time checked: %s</string>
|
||||
<string name="updated">Updated: %s</string>
|
||||
|
|
Loading…
Reference in a new issue