Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(448)

Unified Diff: remoting/host/plugin/host_script_object.cc

Issue 8228012: Use separate strings for host- and client-side disconnect buttons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use words instead of symbols for Mac shortcut. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/me2mom/_locales/en/messages.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/plugin/host_script_object.cc
diff --git a/remoting/host/plugin/host_script_object.cc b/remoting/host/plugin/host_script_object.cc
index 6f900af97141aefb1120d00c8bc15d9d05f36098..9dc8534d77cf7194be2d8dd2c766105928327c57 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)
« no previous file with comments | « no previous file | remoting/webapp/me2mom/_locales/en/messages.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698