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

Unified Diff: chrome/app/settings_strings.grdp

Issue 1814703004: MD Settings: implement "RESTART" button for hardware acceleration to take effect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 9 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 | chrome/browser/metrics/chrome_metrics_service_accessor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/settings_strings.grdp
diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp
index 8cbc2458470b302a1d49c0b00e9805b7e131c913..b93cb0b91fa0019854e2393fdcae3c5f539dc649 100644
--- a/chrome/app/settings_strings.grdp
+++ b/chrome/app/settings_strings.grdp
@@ -115,6 +115,16 @@
<message name="IDS_SETTINGS_SETTINGS" desc="The settings page title.">
Settings
</message>
+ <if expr="not chromeos">
+ <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will restart Chrome.">
+ Relaunch
+ </message>
+ </if>
+ <if expr="chromeos">
+ <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will restart ChromeOS.">
+ Restart
+ </message>
+ </if>
<!-- Passwords and Autofill Page -->
<message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of the settings page which allows managing passwords and autofill settings.">
« no previous file with comments | « no previous file | chrome/browser/metrics/chrome_metrics_service_accessor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698