summaryrefslogtreecommitdiff
path: root/protocols/WebView/src/webview_services.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/WebView/src/webview_services.cpp')
-rw-r--r--protocols/WebView/src/webview_services.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WebView/src/webview_services.cpp b/protocols/WebView/src/webview_services.cpp
index b1ffa1915b..0800f8938f 100644
--- a/protocols/WebView/src/webview_services.cpp
+++ b/protocols/WebView/src/webview_services.cpp
@@ -209,7 +209,7 @@ INT_PTR GetCaps(WPARAM wParam, LPARAM)
case PFLAGNUM_5:
return PF2_INVISIBLE | PF2_SHORTAWAY | PF2_LONGAWAY | PF2_LIGHTDND | PF2_HEAVYDND | PF2_FREECHAT;
case PFLAG_UNIQUEIDTEXT:
- return (INT_PTR)Translate("Site URL");
+ return (INT_PTR)TranslateT("Site URL");
default:
return 0;
}