From 3d225ea79fc247d5c54a6e391cfb4e7809d7aabf Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Fri, 22 Nov 2024 19:09:10 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8D=EF=B8=8F=20Clarify=20text=20about=20u?= =?UTF-8?q?pgrading=20PHP=20(EN=20only)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- phpmon/en.lproj/Localizable.strings | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpmon/en.lproj/Localizable.strings b/phpmon/en.lproj/Localizable.strings index ba633e0..d1265ad 100644 --- a/phpmon/en.lproj/Localizable.strings +++ b/phpmon/en.lproj/Localizable.strings @@ -139,7 +139,8 @@ and restart PHP Monitor for extensions to become visible. If the problem persist "phpman.version.installed" = "Version %@ is currently installed."; "phpman.version.available_for_installation" = "This version can be installed."; "phpman.version.unavailable" = "This version is temporarily unavailable."; -"phpman.version.automatic_upgrade" = "This version will be automatically installed by upgrading an older version."; +"phpman.version.automatic_upgrade" = "This version will be automatically installed by upgrading an older version. +(Both this new version and the old one will be available after upgrading.)"; "phpman.buttons.uninstall" = "Uninstall"; "phpman.buttons.install" = "Install"; "phpman.buttons.update" = "Update";