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:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-10-28 00:38:33 +0300
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-10-28 00:38:33 +0300
commit4832374354f7e11b146785f50c82ffaee15854e0 (patch)
tree75d28e148730d1fa2e666cc5e8167d45a9e41649 /lang
parent192cd850ebdb424fd95f5eeb835eeab4659741aa (diff)
rename translation string for consistency
Diffstat (limited to 'lang')
-rw-r--r--lang/en.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/en.php b/lang/en.php
index 241e6b6338..44c0e16383 100644
--- a/lang/en.php
+++ b/lang/en.php
@@ -104,7 +104,7 @@ $translations = array(
'General_LongDay_5' => 'Friday',
'General_LongDay_6' => 'Saturday',
'General_LongDay_7' => 'Sunday',
- 'Core_ExceptionDatabaseVersion' => 'Your %s version is %s but Piwik requires at least %s.',
+ 'General_ExceptionDatabaseVersion' => 'Your %s version is %s but Piwik requires at least %s.',
'CorePluginsAdmin_Plugins' => 'Plugins',
'CorePluginsAdmin_PluginsManagement' => 'Plugins Management',
'CorePluginsAdmin_MainDescription' => 'Plugins extend and expand the functionality of Piwik. Once a plugin is installed, you may activate it or deactivate it here.',