diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-11 19:13:30 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-11-11 19:13:30 +0000 |
commit | 98de0ba85e3035e9f1fb2a9e41670d33d8d18e11 (patch) | |
tree | f00fe324d368af30ae837a2626adac8e0149143a /plugins/PasteIt/src/PasteToWeb.cpp | |
parent | 729e1455178c6e5e83e9c6fcbc9deda2bec35a92 (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/PasteIt/src/PasteToWeb.cpp')
-rw-r--r-- | plugins/PasteIt/src/PasteToWeb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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");
}
}
|