From 9d6d33d06806216e5fe4fb9c853a155d7745493f Mon Sep 17 00:00:00 2001 From: Peter-Josef Meisch Date: Thu, 2 Feb 2023 16:34:24 +0100 Subject: [PATCH] add missing entry to en-GB localization (#600) --- .../Resources/Localization/en-GB.lproj/Localizable.strings | 1 + 1 file changed, 1 insertion(+) diff --git a/IceCubesApp/Resources/Localization/en-GB.lproj/Localizable.strings b/IceCubesApp/Resources/Localization/en-GB.lproj/Localizable.strings index b537b8a0..bfb196c5 100644 --- a/IceCubesApp/Resources/Localization/en-GB.lproj/Localizable.strings +++ b/IceCubesApp/Resources/Localization/en-GB.lproj/Localizable.strings @@ -60,6 +60,7 @@ "settings.display.font" = "Timeline Font"; "settings.display.font.system" = "System"; "settings.display.font.custom" = "Custom"; +"settings.display.font.scaling-%@" = "Font scaling: %@"; "settings.display.avatar.position" = "Avatar position"; "settings.display.avatar.shape" = "Avatar shape"; "settings.display.navigation-title" = "Display Settings";