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

Unified Diff: ui/strings/ui_strings.grd

Issue 1989143002: MacViews: Correct behavior of move and select commands when selection direction changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_commands
Patch Set: Address review comments. Created 4 years, 7 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: ui/strings/ui_strings.grd
diff --git a/ui/strings/ui_strings.grd b/ui/strings/ui_strings.grd
index 36712c8088e4c795e1f51bc71b45b74ed3f578c5..f957458f11db127e909374aca141312d901573db 100644
--- a/ui/strings/ui_strings.grd
+++ b/ui/strings/ui_strings.grd
@@ -442,12 +442,24 @@ need to be translated for each locale.-->
<message name="IDS_MOVE_TO_BEGINNING_OF_LINE_AND_MODIFY_SELECTION" desc="A command to move the cursor to the beginning of the line and modify the selection.">
Move To Beginning Of Line And Modify Selection
</message>
+ <message name="IDS_MOVE_TO_BEGINNING_OF_LINE_AND_EXTEND_SELECTION" desc="A command to move the cursor to the beginning of the line and extend the existing selection.">
+ Move To Beginning Of Line And Extend Selection
+ </message>
+ <message name="IDS_MOVE_TOWARDS_BEGINNING_OF_LINE_AND_MODIFY_SELECTION" desc="A command to move the cursor towards the beginning of the line and modify the selection. If the selection direction changes, the existing selection reduces to a caret.">
+ Move Towards Beginning Of Line And Modify Selection
+ </message>
<message name="IDS_MOVE_TO_END_OF_LINE" desc="A command to move the cursor to the end of the line.">
Move To End Of Line
</message>
<message name="IDS_MOVE_TO_END_OF_LINE_AND_MODIFY_SELECTION" desc="A command to move the cursor to the end of the line and modify the selection.">
Move To End Of Line And Modify Selection
</message>
+ <message name="IDS_MOVE_TO_END_OF_LINE_AND_EXTEND_SELECTION" desc="A command to move the cursor to the end of the line and extend the existing selection.">
+ Move To End Of Line And Extend Selection
+ </message>
+ <message name="IDS_MOVE_TOWARDS_END_OF_LINE_AND_MODIFY_SELECTION" desc="A command to move the cursor towards the end of the line and modify the selection. If the selection direction changes, the existing selection reduces to a caret.">
+ Move Towards End Of Line And Modify Selection
+ </message>
<message name="IDS_MOVE_UP" desc="A command to move the cursor up.">
Move Up
</message>

Powered by Google App Engine
This is Rietveld 408576698