From d9eef1c8e4eb378b8361b5638891b82ff1b39563 Mon Sep 17 00:00:00 2001 From: Patrick Hoefler Date: Sun, 22 Jan 2023 15:46:22 +0100 Subject: [PATCH] Improve English localization (#271) --- .../Resources/Localization/en.lproj/Localizable.strings | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IceCubesApp/Resources/Localization/en.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/en.lproj/Localizable.strings index 65ea19e1..c57a2756 100644 --- a/IceCubesApp/Resources/Localization/en.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/en.lproj/Localizable.strings @@ -8,7 +8,7 @@ "alert.button.ok" = "Ok"; "alert.error" = "Error!"; -"placeholder.loading.long" = "Loading, loading, loading ...."; +"placeholder.loading.long" = "Loading, loading, loading ..."; "placeholder.loading.short" = "Loading ..."; "see-more" = "See more"; @@ -68,12 +68,12 @@ "settings.general.browser.system" = "System Browser"; "settings.general.display" = "Display Settings"; "settings.general.instance" = "Instance Information"; -"settings.general.push-notifications" = "Push notification"; +"settings.general.push-notifications" = "Push Notification"; "settings.general.remote-timelines" = "Remote Local Timelines"; "settings.push.boosts" = "Boosts"; "settings.push.favorites" = "Favorites"; "settings.push.follows" = "Follows"; -"settings.push.main-toggle" = "Push notifications"; +"settings.push.main-toggle" = "Push Notifications"; "settings.push.main-toggle.description" = "Receive push notifications on new activities"; "settings.push.mentions" = "Mentions"; "settings.push.navigation-title" = "Push Notifications";