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:
aceman444 2021-03-17 01:55:26 +01:00 committed by GitHub
parent 49aab1eb21
commit 288cb6d917
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>