diff options
Diffstat (limited to 'plugins/SendScreenshotPlus/src')
-rw-r--r-- | plugins/SendScreenshotPlus/src/CSendHost_ImageShack.cpp | 4 |
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;
}
|