From 1cce72e8f8e6fd42e37fef358dadd88a56b0b888 Mon Sep 17 00:00:00 2001 From: Vladislav Glagolev Date: Sat, 18 Jul 2026 14:59:56 +0400 Subject: [PATCH] Change translation for 'Active' to 'Activate' In Plugins page, the button text is misleading, it seems like all inactive plugins are already active, because the word "Active" means the current state, not the verb "transition to Active state". Maybe it breaks some other places, but looks like the Italian word for a verb and an adjective should be different... --- locale/en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locale/en_US.json b/locale/en_US.json index 6dc0f941..34823362 100644 --- a/locale/en_US.json +++ b/locale/en_US.json @@ -364,7 +364,7 @@ "Attenzione: %d prestito in ritardo": "Warning: %d overdue loan", "Attenzione: Azione Manuale Richiesta": "Warning: Manual Action Required", "Attenzione: Non รจ stato possibile rimuovere tutte le copie richieste. Alcune copie sono attualmente in prestito.": "Warning: Could not remove all requested copies. Some copies are currently on loan.", - "Attiva": "Active", + "Attiva": "Activate", "Attiva Direttamente": "Activate Directly", "Attiva HTTP Strict Transport Security (max-age: 1 anno, include sottodomini)": "Enable HTTP Strict Transport Security (max-age: 1 year, includes subdomains)", "Attiva HTTPS solo se hai un certificato SSL valido installato. Attivare HSTS rende permanente il reindirizzamento HTTPS nel browser.": "Enable HTTPS only if you have a valid SSL certificate installed. Enabling HSTS makes HTTPS redirection permanent in the browser.",