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> |