diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MagneticWindows/res/Options.rc | 2 | ||||
-rw-r--r-- | plugins/PasteIt/src/PasteToWeb.cpp | 2 |
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");
}
}
|