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

Unified Diff: chrome/app/chromium_strings.grd

Issue 12494033: Provide a link to restart chrome when changing gpu settings (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 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/app/google_chrome_strings.grd » ('j') | chrome/app/google_chrome_strings.grd » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromium_strings.grd
===================================================================
--- chrome/app/chromium_strings.grd (revision 189066)
+++ chrome/app/chromium_strings.grd (working copy)
@@ -427,8 +427,17 @@
Continue running background apps when Chromium is closed
</message>
<message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE" desc="The label of the check-box that enables hardware acceleration mode">
- Use hardware acceleration when available (requires Chromium restart)
+ Use hardware acceleration when available
</message>
+ <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTART_PREFIX" desc="The prefix of the restart string after changing hardware acceleration mode">
+ ( requires Chromium
Dan Beam 2013/03/21 02:03:52 splitting this up is more code and not good for tr
Zhenyao Mo 2013/03/21 21:52:53 Done.
+ </message>
+ <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTART" desc="The restart string after changing hardware acceleration mode">
+ restart
+ </message>
+ <message name="IDS_OPTIONS_SYSTEM_ENABLE_HARDWARE_ACCELERATION_MODE_RESTART_POSTFIX" desc="The postfix of the restart string after changing hardware acceleration mode">
+ )
+ </message>
<message name="IDS_CANT_WRITE_USER_DIRECTORY_SUMMARY" desc="Summary of problem displayed in dialog when we can't create a directory for this user.">
Chromium cannot read and write to its data directory:
« no previous file with comments | « no previous file | chrome/app/google_chrome_strings.grd » ('j') | chrome/app/google_chrome_strings.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698