summaryrefslogtreecommitdiffstats
path: root/remoting/host
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host')
-rw-r--r--remoting/host/plugin/host_script_object.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/plugin/host_script_object.cc b/remoting/host/plugin/host_script_object.cc
index 6f900af..9dc8534 100644
--- a/remoting/host/plugin/host_script_object.cc
+++ b/remoting/host/plugin/host_script_object.cc
@@ -752,7 +752,7 @@ void HostNPScriptObject::LocalizeStrings(NPObject* localize_func) {
remoting::UiStrings::RTL : remoting::UiStrings::LTR;
LocalizeString(localize_func, /*i18n-content*/"PRODUCT_NAME",
&ui_strings.product_name);
- LocalizeString(localize_func, /*i18n-content*/"DISCONNECT_BUTTON",
+ LocalizeString(localize_func, /*i18n-content*/"DISCONNECT_OTHER_BUTTON",
&ui_strings.disconnect_button_text);
LocalizeString(localize_func,
#if defined(OS_WIN)