diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-06 05:58:27 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-06 05:58:27 +0000 |
commit | 81dd43d307a0ba9fe56803ad6ede89996b75d9a0 (patch) | |
tree | 74b05fcdd25918cca427e89ed2578dd91d8a4a28 /ash/ash_strings.grd | |
parent | 90547d7672c25901dea55112c3d1bd14fcfb5641 (diff) | |
download | chromium_src-81dd43d307a0ba9fe56803ad6ede89996b75d9a0.zip chromium_src-81dd43d307a0ba9fe56803ad6ede89996b75d9a0.tar.gz chromium_src-81dd43d307a0ba9fe56803ad6ede89996b75d9a0.tar.bz2 |
ash: Rename "Autohide launcher" item.
This patch renames:
- "Autohide launcher" to "Autohide shelf"
- "Launcher position" to "Shelf position".
BUG=263531
TEST=out_cros/Debug/chrome --disable-setuid-sandbox --ash-use-alternate-shelf --show-launcher-alignment-menu
R=jamescook@chromium.org,sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/22007003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215808 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_strings.grd')
-rw-r--r-- | ash/ash_strings.grd | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ash/ash_strings.grd b/ash/ash_strings.grd index 1334f17..f43ba86 100644 --- a/ash/ash_strings.grd +++ b/ash/ash_strings.grd @@ -170,26 +170,26 @@ This file contains the strings for ash. <message name="IDS_AURA_APP_LIST_SYNCING_TITLE" desc="The title used for the Aura app list in the launcher to indicate loading/syncing apps."> Syncing apps... </message> - <message name="IDS_AURA_LAUNCHER_OVERFLOW_NAME" desc="The title used for the Aura overflow button in the launcher"> + <message name="IDS_ASH_SHELF_OVERFLOW_NAME" desc="The title used for the Ash overflow button in the shelf"> Overflow Button </message> - <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_AUTO_HIDE" desc="Title of the menu item in the context menu for auto-hiding the launcher when the current window is not maximized"> - Autohide launcher + <message name="IDS_ASH_SHELF_CONTEXT_MENU_AUTO_HIDE" desc="Title of the menu item in the context menu for auto-hiding the shelf when the current window is not maximized"> + Autohide shelf </message> - <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_POSITION" desc="Title of the menu item in the context menu for aligning the launcher"> - Launcher position + <message name="IDS_ASH_SHELF_CONTEXT_MENU_POSITION" desc="Title of the menu item in the context menu for aligning the shelf"> + Shelf position </message> - <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_ALIGN_BOTTOM" desc="Title of the menu item in the context menu for aligning the launcher to the bottom of the screen"> + <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_BOTTOM" desc="Title of the menu item in the context menu for aligning the shelf to the bottom of the screen"> Bottom </message> - <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_ALIGN_LEFT" desc="Title of the menu item in the context menu for aligning the launcher to the left of the screen"> + <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_LEFT" desc="Title of the menu item in the context menu for aligning the shelf to the left of the screen"> Left </message> - <message name="IDS_AURA_LAUNCHER_CONTEXT_MENU_ALIGN_RIGHT" desc="Title of the menu item in the context menu for aligning the launcher to the right of the screen"> + <message name="IDS_ASH_SHELF_CONTEXT_MENU_ALIGN_RIGHT" desc="Title of the menu item in the context menu for aligning the shelf to the right of the screen"> Right </message> - <message name="IDS_ASH_LAUNCHER_ACCESSIBLE_NAME" desc="The accessible name of the launcher."> - Launcher + <message name="IDS_ASH_SHELF_ACCESSIBLE_NAME" desc="The accessible name of the shelf."> + Shelf </message> <message name="IDS_AURA_SET_DESKTOP_WALLPAPER" desc="The label used for change wallpaper in context menu"> |