summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorcsilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-31 00:51:09 +0000
committercsilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-31 00:51:09 +0000
commitfb00fbcb2b97751345055aa2decdfdf5232ced37 (patch)
treee80cc4881efe78ba3e58f1eead91a04446e718b1 /chrome/app
parent0857ae0b1f18f25141e28a7b7169f497f5cdb76b (diff)
downloadchromium_src-fb00fbcb2b97751345055aa2decdfdf5232ced37.zip
chromium_src-fb00fbcb2b97751345055aa2decdfdf5232ced37.tar.gz
chromium_src-fb00fbcb2b97751345055aa2decdfdf5232ced37.tar.bz2
Add 'meaning' attributes for conflicting 'Paste' strings to avoid string consolidation.
BUG=130314 Review URL: https://chromiumcodereview.appspot.com/10453091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139707 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd12
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index f8a24b3..07eac6b 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -552,7 +552,7 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
<message name="IDS_CONTENT_CONTEXT_COPY" desc="The name of the Copy command in the content area context menu">
&amp;Copy
</message>
- <message name="IDS_CONTENT_CONTEXT_PASTE" desc="The name of the Paste command in the content area context menu">
+ <message name="IDS_CONTENT_CONTEXT_PASTE" desc="The name of the Paste command in the content area context menu" meaning="'Paste' menu command in sentence case">
&amp;Paste
</message>
<message name="IDS_CONTENT_CONTEXT_DELETE" desc="The name of the Delete command in the content area context menu">
@@ -832,12 +832,12 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
</message>
</if>
<if expr="is_macosx">
- <message name="IDS_CONTENT_CONTEXT_PASTE" desc="Mac/In Title Case: The name of the Paste command in the content area context menu">
+ <message name="IDS_CONTENT_CONTEXT_PASTE" desc="Mac/In Title Case: The name of the Paste command in the content area context menu" meaning="'Paste' menu command for Mac">
&amp;Paste
</message>
</if>
<if expr="not is_macosx and pp_ifdef('use_titlecase')">
- <message name="IDS_CONTENT_CONTEXT_PASTE" desc="In Title Case: The name of the Paste command in the content area context menu">
+ <message name="IDS_CONTENT_CONTEXT_PASTE" desc="In Title Case: The name of the Paste command in the content area context menu" meaning="'Paste' menu command in title case">
&amp;Paste
</message>
</if>
@@ -915,7 +915,7 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
<message name="IDS_COPY" desc="The text label of the Copy menu item">
&amp;Copy
</message>
- <message name="IDS_PASTE" desc="The text label of the Paste menu item">
+ <message name="IDS_PASTE" desc="The text label of the Paste menu item" meaning="'Paste' menu command in sentence case">
&amp;Paste
</message>
<message name="IDS_DELETE" desc="The text label of the Delete menu item (which deletes selected text without copying to clipboard)">
@@ -1042,12 +1042,12 @@ Psst! Incognito mode <ph name="SHORTCUT_KEY">$1<ex>(Ctrl+Shift+N)</ex></ph> may
</message>
</if>
<if expr="is_macosx">
- <message name="IDS_PASTE" desc="Mac/In Title Case: The text label of the Paste menu item">
+ <message name="IDS_PASTE" desc="Mac/In Title Case: The text label of the Paste menu item" meaning="'Paste' menu command for Mac">
&amp;Paste
</message>
</if>
<if expr="not is_macosx and pp_ifdef('use_titlecase')">
- <message name="IDS_PASTE" desc="In Title Case: The text label of the Paste menu item">
+ <message name="IDS_PASTE" desc="In Title Case: The text label of the Paste menu item" meaning="'Paste' menu command in title case">
&amp;Paste
</message>
</if>