From 98de0ba85e3035e9f1fb2a9e41670d33d8d18e11 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 11 Nov 2013 19:13:30 +0000 Subject: langpacks\ukrainian: update (by RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@6868 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MagneticWindows/res/Options.rc | 2 +- plugins/PasteIt/src/PasteToWeb.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') 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"); } } -- cgit v1.2.3