From f6f73c23b17ad37ea138b818939c91f07d169a96 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 28 May 2019 02:09:27 +0200 Subject: [PATCH] [mod] make error more explicit --- locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.json b/locales/en.json index 511f69028..ca766d642 100644 --- a/locales/en.json +++ b/locales/en.json @@ -37,7 +37,7 @@ "app_requirements_checking": "Checking required packages for {app}…", "app_requirements_failed": "Unable to meet requirements for {app}: {error}", "app_requirements_unmeet": "Requirements are not met for {app}, the package {pkgname} ({version}) must be {spec}", - "app_sources_fetch_failed": "Unable to fetch sources files", + "app_sources_fetch_failed": "Unable to fetch sources files, is the url correct?", "app_start_install": "Installing application {app}…", "app_start_remove": "Removing application {app}…", "app_start_backup": "Collecting files to be backuped for {app}…",