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

Unified Diff: ash/ash_strings.grd

Issue 2269383002: Magnifier border is now more visible on light backgrounds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 4 years, 4 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
Index: ash/ash_strings.grd
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd
index 83c9b2ea6fa4b337f24c19f996adbe2fcf4fcc87..a8e89cdd6516a2cf067cd91e3113b90f51ea99eb 100644
--- a/ash/ash_strings.grd
+++ b/ash/ash_strings.grd
@@ -129,9 +129,18 @@ This file contains the strings for ash.
<ph> element). You can also use the 'grit add' tool to help you identify
nontranslateable parts and create placeholders for them. -->
+ <message name="IDS_ASH_PALETTE_CAPTURE_REGION_ACTION" desc="Title of the capture region action in the palette (a pop-up panel next to the status tray). This causes a partial screenshot to be taken, where after clicking the palette is dimissed and the user selects an area of the screen to take a screenshot of.">
+ Capture Region
+ </message>
+ <message name="IDS_ASH_PALETTE_CAPTURE_SCREEN_ACTION" desc="Title of the capture screen action in the palette (a pop-up panel next to the status tray). Clicking this button takes a screenshot of the entire screen. Additionally, the palette tray is closed.">
+ Capture Screen
+ </message>
<message name="IDS_ASH_PALETTE_CREATE_NOTE_ACTION" desc="Title of the capture screen action in the palette (a pop-up panel next to the status tray). Clicking this opens up an application that the user can quickly jot a note down in. Additionally, the palette tray is closed.">
Create Note
</message>
+ <message name="IDS_ASH_PALETTE_MAGNIFIER_MODE" desc="Title of the magnification mode in the palette. Clicking this button opens up a magnifier. The magnifier remains active until the user turns it off by tapping the same button again.">
+ Magnifier
+ </message>
<!-- TODO(zork): Only include these in Aura builds -->
<message name="IDS_ASH_SHELF_APP_LIST_TITLE" desc="The title used for the Ash App List in the Shelf">

Powered by Google App Engine
This is Rietveld 408576698