summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-11-11 19:13:30 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-11-11 19:13:30 +0000
commit98de0ba85e3035e9f1fb2a9e41670d33d8d18e11 (patch)
treef00fe324d368af30ae837a2626adac8e0149143a /plugins
parent729e1455178c6e5e83e9c6fcbc9deda2bec35a92 (diff)
langpacks\ukrainian: update (by RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6868 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/MagneticWindows/res/Options.rc2
-rw-r--r--plugins/PasteIt/src/PasteToWeb.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MagneticWindows/res/Options.rc b/plugins/MagneticWindows/res/Options.rc
index 079050ae36..08972ec3cb 100644
--- a/plugins/MagneticWindows/res/Options.rc
+++ b/plugins/MagneticWindows/res/Options.rc
@@ -74,7 +74,7 @@ BEGIN
CONTROL "Snap windows",IDC_CHK_SNAP,"Button",BS_AUTOCHECKBOX |
WS_TABSTOP,18,24,84,12
LTEXT "15 pix",IDC_TXT_SNAPWIDTH,216,24,42,12,SS_CENTERIMAGE
- CONTROL "For Scriver users: automatically hold down the CTRL key while moving/sizing. (make sure you use Scriver!)",
+ CONTROL "For Scriver users: automatically hold down the CTRL key while moving/sizing. (Make sure you use Scriver!)",
IDC_CHK_SCRIVERWORKAROUND,"Button",BS_AUTOCHECKBOX |
BS_MULTILINE | WS_TABSTOP,18,44,239,20,WS_EX_TRANSPARENT
END
diff --git a/plugins/PasteIt/src/PasteToWeb.cpp b/plugins/PasteIt/src/PasteToWeb.cpp
index e2170e2add..42e42e4583 100644
--- a/plugins/PasteIt/src/PasteToWeb.cpp
+++ b/plugins/PasteIt/src/PasteToWeb.cpp
@@ -407,7 +407,7 @@ void PasteToWeb::FromFile(std::wstring file)
}
else
{
- error = TranslateT("File size is larger then 10 MB, cannot be send");
+ error = TranslateT("File size is larger then 10 MB, cannot be sent");
}
}