From bf0a923eb24648df39215a85aad7b3cf6690d15d Mon Sep 17 00:00:00 2001 From: Tadhg Boyle Date: Tue, 4 Jan 2022 11:40:17 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Add=20more=20detail=20to=20full?= =?UTF-8?q?=20PHP=20version=20setting=20name=20(#78)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpmon/Localizable.strings b/phpmon/Localizable.strings index dc11bb0..8c6cbf8 100644 --- a/phpmon/Localizable.strings +++ b/phpmon/Localizable.strings @@ -100,7 +100,7 @@ "prefs.dynamic_icon_title" = "Display dynamic icon in menu bar"; "prefs.dynamic_icon_desc" = "If you uncheck this box, the truck icon will always be visible.\nIf checked, it will display the major version number of the\ncurrently linked PHP version."; -"prefs.display_full_php_version" = "Display full PHP version in menu bar"; +"prefs.display_full_php_version" = "Display full PHP version in menu bar and dropdown"; "prefs.display_full_php_version_desc" = "Display the full version instead of the major version only.\n(This may be undesirable on smaller displays,\nso this is disabled by default.)"; "prefs.use_internal_switcher" = "Use PHP Monitor’s own version switcher";