diff options
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 5f69015..450a158 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -822,12 +822,21 @@ each locale. --> <message name="IDS_ZOOM_PLUS" desc="In Title Case: The text label of the Make Text Larger menu item"> &Larger </message> + <message name="IDS_ZOOM_PLUS2" desc="The text label of the Make Text Larger menu item in the merged menu"> + + + </message> <message name="IDS_ZOOM_NORMAL" desc="In Title Case: The text label of the Make Text Normal Size menu item"> &Normal </message> <message name="IDS_ZOOM_MINUS" desc="In Title Case: The text label of the Make Text Smaller menu item"> &Smaller </message> + <message name="IDS_ZOOM_MINUS2" desc="The text label of the Make Text Smaller menu item in the merged menu"> + - + </message> + <message name="IDS_ZOOM_PERCENT" desc="Current pages zoom factor; shown in merged menu"> + <ph name="VALUE">$1<ex>100</ex></ph>% + </message> <message name="IDS_ENCODING_MENU" desc="In Title Case: The text label of the Encoding submenu"> &Encoding </message> |