From 96a0774736bd7f3aa40a1fafe68f5fe1feb31739 Mon Sep 17 00:00:00 2001 From: Bram Date: Mon, 22 Jul 2019 01:45:54 +0200 Subject: [PATCH] [mod] capitalise message Co-Authored-By: decentral1se --- locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.json b/locales/en.json index 642504fc..f57bce9d 100644 --- a/locales/en.json +++ b/locales/en.json @@ -52,6 +52,6 @@ "download_unknown_error": "Error when downloading data from {url:s}: {error:s}", "download_bad_status_code": "{url:s} returned status code {code:s}", "command_unknown": "Command '{command:s}' unknown ?", - "warn_the_user_about_waiting_lock": "another YunoHost command is running right now, we are waiting for it to finish before running this one", + "warn_the_user_about_waiting_lock": "Another YunoHost command is running right now, we are waiting for it to finish before running this one", "warn_the_user_about_waiting_lock_again": "Still waiting..." }