Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-05-12 07:47:46 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-12 07:47:46 +0400
commitb94e6024d430aaac3a1f044dd29b2acce2eb8d5d (patch)
tree576b97d292403eb491ec1a361c4397e4f5a18cda /lang
parent7e1556c14df2f4ec7977be3f77797acfd412c8da (diff)
Make exception message more useful.
Diffstat (limited to 'lang')
-rw-r--r--lang/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en.json b/lang/en.json
index dcc12af522..37df529d9b 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -609,7 +609,7 @@
"EvolutionOverPeriod": "Evolution over the period",
"EvolutionSummaryGeneric": "%1$s in %2$s compared to %3$s in %4$s. Evolution: %5$s",
"ExceptionCheckUserHasSuperUserAccessOrIsTheUser": "The user has to be either a Super User or the user '%s' itself.",
- "ExceptionConfigurationFileNotFound": "The configuration file {%s} has not been found.",
+ "ExceptionConfigurationFileNotFound": "The configuration file {%s} has not been found or could not be read.",
"ExceptionDatabaseVersion": "Your %1$s version is %2$s but Piwik requires at least %3$s.",
"ExceptionFileIntegrity": "Integrity check failed: %s",
"ExceptionFilesizeMismatch": "File size mismatch: %1$s (expected length: %2$s, found: %3$s)",