summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2025-06-27 00:41:59 +0300
committerdartraiden <wowemuh@gmail.com>2025-06-27 00:51:25 +0300
commit3b8aebd484053dee88bf35c8476a3bd03e76dd1d (patch)
treeec0c9012ef739c78e12356f03b00aff5da070d39 /plugins/SendScreenshotPlus/src
parent4f1f258130f64a05cb456da57cf3f9dc902bbfe6 (diff)
More understandable wording
Diffstat (limited to 'plugins/SendScreenshotPlus/src')
-rw-r--r--plugins/SendScreenshotPlus/src/CSendHost_ImageShack.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.cpp b/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.cpp
index c6a895473d..b6b131cca9 100644
--- a/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.cpp
+++ b/plugins/SendScreenshotPlus/src/CSendHost_ImageShack.cpp
@@ -56,9 +56,9 @@ LBL_Error:
if (szKey.IsEmpty()) {
ENTER_STRING es = {};
es.szModuleName = MODULENAME;
- es.caption = TranslateT("Enter user key for Imageshack");
+ es.caption = TranslateT("Enter your personal API key from Imageshack");
if (!EnterString(&es)) {
- m_pszSendTyp = LPGENW("User key is missing");
+ m_pszSendTyp = LPGENW("API key is missing");
goto LBL_Error;
}