From bdf0a1cb7a0e11501883c1395849aa056e7139db Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 19 Sep 2019 13:40:08 +0200 Subject: [PATCH] Small message tweak improvement considering from the webadmin you don't run commands strictly speaking but just click buttons --- locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.json b/locales/en.json index 906694eb..36d93a8f 100644 --- a/locales/en.json +++ b/locales/en.json @@ -14,7 +14,7 @@ "folder_exists": "Folder already exists: '{path}'", "folder_not_exist": "Folder does not exist", "info": "Info:", - "instance_already_running": "There is already a YunoHost command running, please wait for it to finish before doing this one", + "instance_already_running": "There is already a YunoHost operation running. Please wait for it to finish before running another one.", "invalid_argument": "Invalid argument '{argument}': {error}", "invalid_password": "Invalid password", "invalid_usage": "Invalid usage, pass --help to see help",