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
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2013-09-07 21:46:44 +0400
committersgiehl <stefan@piwik.org>2013-09-07 21:46:44 +0400
commitfcaf5e4afa8b3c37210b32fc49b1c57a2c768768 (patch)
tree31dc79a43baf0616669c02d148496bf937c01fae /plugins/UserSettings
parent0207677a8b5047a5264cd5384b36b934ddc2cad4 (diff)
translation cleanup: moved language name from scope UserLanguage to UserSettings
Diffstat (limited to 'plugins/UserSettings')
-rw-r--r--plugins/UserSettings/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserSettings/functions.php b/plugins/UserSettings/functions.php
index 30359acbdb..06fcae389e 100644
--- a/plugins/UserSettings/functions.php
+++ b/plugins/UserSettings/functions.php
@@ -265,7 +265,7 @@ function languageTranslate($label)
return Piwik_Translate('General_Unknown');
}
- $key = 'UserLanguage_Language_' . $label;
+ $key = 'UserSettings_Language_' . $label;
$translation = Piwik_Translate($key);