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

Unified Diff: chrome/app/resources/locale_settings.grd

Issue 270081: Facelifts to sync UI (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/app/generated_resources.grd ('k') | chrome/app/resources/locale_settings_am.xtb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/resources/locale_settings.grd
===================================================================
--- chrome/app/resources/locale_settings.grd (revision 29168)
+++ chrome/app/resources/locale_settings.grd (working copy)
@@ -658,21 +658,29 @@
<!-- The width of the sync setup wizard / login dialog in characters. -->
<message name="IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS" use_name_for_id="true">
- 30
+ 46
</message>
<!-- The height of the sync setup wizard / login dialog in lines. -->
<message name="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES" use_name_for_id="true">
- 15.5
+ 14
</message>
+ <!-- The default width/height for confirmation dialogs. -->
<message name="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_WIDTH_CHARS" use_name_for_id="true">
50
</message>
<message name="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_HEIGHT_LINES" use_name_for_id="true">
5
</message>
-
+
+ <!-- The default width/height for the stop syncing confirmation dialog. -->
+ <message name="IDS_CONFIRM_STOP_SYNCING_DIALOG_WIDTH_CHARS" use_name_for_id="true">
+ 60
+ </message>
+ <message name="IDS_CONFIRM_STOP_SYNCING_DIALOG_HEIGHT_LINES" use_name_for_id="true">
+ 8
+ </message>
</messages>
</release>
</grit>
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/app/resources/locale_settings_am.xtb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698