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:
Diffstat (limited to 'plugins/UserCountry/javascripts/userCountry.js')
-rwxr-xr-xplugins/UserCountry/javascripts/userCountry.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/UserCountry/javascripts/userCountry.js b/plugins/UserCountry/javascripts/userCountry.js
index 572dd51aa6..cbafd5bd8e 100755
--- a/plugins/UserCountry/javascripts/userCountry.js
+++ b/plugins/UserCountry/javascripts/userCountry.js
@@ -96,7 +96,7 @@ $(document).ready(function () {
}
});
ajaxRequest.setErrorCallback(function () {
- callback({error: _pk_translate('UserCountry_FatalErrorDuringDownload_js')});
+ callback({error: _pk_translate('UserCountry_FatalErrorDuringDownload')});
});
ajaxRequest.send(false);
};
@@ -132,7 +132,7 @@ $(document).ready(function () {
$('body')
.on('click', '#start-automatic-update-geoip', function () {
$('#geoipdb-screen1').hide("slide", {direction: "left"}, 800, function () {
- $('#geoip-db-mangement').text(_pk_translate('UserCountry_SetupAutomaticUpdatesOfGeoIP_js'));
+ $('#geoip-db-mangement').text(_pk_translate('UserCountry_SetupAutomaticUpdatesOfGeoIP'));
$('#geoipdb-update-info').fadeIn(1000);
});
})