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

Unified Diff: chrome/app/generated_resources.grd

Issue 395019: Update "Bookmark Sync" string in options dialog. (Closed)
Patch Set: Created 11 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index f8d167977192765b5976ac5ef0100f3859164d1a..f41512f2e8d36109ae2e98bd8da34f1b175e8a55 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5493,9 +5493,16 @@ Keep your key file in a safe place. You will need it to create new versions of y
<!-- Sync strings -->
<!-- Sync options dialog strings -->
- <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync group in the options dialog.">
- Bookmark Sync:
- </message>
+ <if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
+ <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="The name of the sync group in the options dialog.">
+ Bookmark sync:
+ </message>
+ </if>
+ <if expr="pp_ifdef('use_titlecase') and os == 'linux2'">
+ <message name="IDS_SYNC_OPTIONS_GROUP_NAME" desc="In Title Case and without trailing colon: The name of the sync group in the options dialog.">
+ Bookmark Sync
+ </message>
+ </if>
<message name="IDS_SYNC_NOT_SET_UP_INFO" desc="The message that appears in the options dialog when sync has not been set up by the user.">
You are not set up to sync your bookmarks with your other computers.
</message>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698