diff options
author | Konstantin Nikulin <apollo2k4@narod.ru> | 2013-10-30 06:44:35 +0000 |
---|---|---|
committer | Konstantin Nikulin <apollo2k4@narod.ru> | 2013-10-30 06:44:35 +0000 |
commit | 2a839a4fff225165b25b12a04eddfa07d825a85f (patch) | |
tree | 5d8c657fc2c65d2cdcf75d6ee252446e0878c26a /plugins/mDynDNS | |
parent | cefd567c318f33992d7caf5ad1cadcc72c237de2 (diff) |
langpacks/ukrainian update add mDynDNS, RPS, SAA, SAR. Spelling correction in DynDNS
git-svn-id: http://svn.miranda-ng.org/main/trunk@6695 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/mDynDNS')
-rw-r--r-- | plugins/mDynDNS/mDynDNS.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mDynDNS/mDynDNS.cpp b/plugins/mDynDNS/mDynDNS.cpp index 07e7454e40..bf355a114a 100644 --- a/plugins/mDynDNS/mDynDNS.cpp +++ b/plugins/mDynDNS/mDynDNS.cpp @@ -532,7 +532,7 @@ static int PrintError(int err_num) err = "The username or password specified in options are incorrect. Please check your account details.";
break;
case 6:
- err = "The domain alias specified in options has incorect format. Should be 'yourdomain.dyndns.org'.";
+ err = "The domain alias specified in options has incorrect format. Should be 'yourdomain.dyndns.org'.";
break;
case 7:
err = "The domain alias specified in options does not exist. Please check your account details.";
@@ -550,7 +550,7 @@ static int PrintError(int err_num) err = "There was a serious problem with updating domain alias to it's previous IP. In order not to get abuse the mDynDns plugin will stop working. To get additional information please refer to the readme.txt.";
break;
case 12:
- err = "The specified hostname has been blocked becouse of update abuse. In order not to get situation worse the mDynDns plugin will stop working. To get additional information please refer to the readme.txt.";
+ err = "The specified hostname has been blocked becouce of update abuse. In order not to get situation worse the mDynDns plugin will stop working. To get additional information please refer to the readme.txt.";
break;
case 13:
err = "Due to some errors mDynDNS plugin has been turned off to prevent blocking on server.";
|