summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/srmm.cpp
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-04-30 12:59:41 +0300
committerdartraiden <wowemuh@gmail.com>2017-04-30 12:59:41 +0300
commit29f96084aa221beb6fafefb85e25b7dc9fa82697 (patch)
tree3b43cf988437776e70659f1da5e92681f7399a2e /plugins/CloudFile/src/srmm.cpp
parent9f68b2e83d62958c8730e66cb3eb985e5a2ef751 (diff)
CloudFile: translation fix
Diffstat (limited to 'plugins/CloudFile/src/srmm.cpp')
-rw-r--r--plugins/CloudFile/src/srmm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CloudFile/src/srmm.cpp b/plugins/CloudFile/src/srmm.cpp
index 75e1aa65ee..8781479c1b 100644
--- a/plugins/CloudFile/src/srmm.cpp
+++ b/plugins/CloudFile/src/srmm.cpp
@@ -6,7 +6,7 @@ int OnSrmmToolbarLoaded(WPARAM, LPARAM)
bbd.pszModuleName = MODULE;
bbd.bbbFlags = BBBF_ISIMBUTTON | BBBF_ISCHATBUTTON | BBBF_ISRSIDEBUTTON;
- CMStringW tooltip(CMStringDataFormat::FORMAT, TranslateT("Upload files to ..."));
+ CMStringW tooltip(CMStringDataFormat::FORMAT, TranslateT("Upload files to..."));
bbd.pwszTooltip = tooltip;
bbd.hIcon = GetIconHandle(IDI_UPLOAD);
bbd.dwButtonID = BBB_ID_FILE_SEND;