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

Unified Diff: chrome/browser/ui/views/translate/translate_bubble_view.cc

Issue 1963183002: create a new message for 'Always do this' instead of using the existing one to avoid localization i… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/translate/translate_bubble_view.cc
diff --git a/chrome/browser/ui/views/translate/translate_bubble_view.cc b/chrome/browser/ui/views/translate/translate_bubble_view.cc
index 2db03357da369cc5e935da4254e6183762efeef1..b779c57e47a97472494645d4d700fb3aa549d18e 100644
--- a/chrome/browser/ui/views/translate/translate_bubble_view.cc
+++ b/chrome/browser/ui/views/translate/translate_bubble_view.cc
@@ -589,7 +589,7 @@ views::View* TranslateBubbleView::CreateViewBeforeTranslate() {
layout->StartRow(0, COLUMN_SET_ID_MESSAGE);
layout->SkipColumns(1);
always_translate_checkbox_ = new views::Checkbox(
- l10n_util::GetStringUTF16(IDS_TRANSLATE_BUBBLE_ALWAYS));
+ l10n_util::GetStringUTF16(IDS_TRANSLATE_BUBBLE_ALWAYS_DO_THIS));
always_translate_checkbox_->SetChecked(
model_->ShouldAlwaysTranslateBeCheckedByDefault());
always_translate_checkbox_->set_id(BUTTON_ID_ALWAYS_TRANSLATE);
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698