summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-22 00:48:24 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-22 00:48:40 +0100
commit3dd40efee6ca280ef205c75517621b5f8d5089cd (patch)
tree5f814be826dcc4caf45c12a03942567fe4cd819a /svx
parent630ccf5b3be084916065409033c182a91b418850 (diff)
strg is ctrl in english
Change-Id: I569bfa7c9d461a5af0ef6e6f37bf717255936b78
Diffstat (limited to 'svx')
-rw-r--r--svx/source/table/tablecontroller.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/table/tablecontroller.cxx b/svx/source/table/tablecontroller.cxx
index 1a888ba39423..1cb3035e4abb 100644
--- a/svx/source/table/tablecontroller.cxx
+++ b/svx/source/table/tablecontroller.cxx
@@ -1291,7 +1291,7 @@ sal_uInt16 SvxTableController::getKeyboardAction( const KeyEvent& rKEvt, Window*
{
if( bMod1 && !bMod2 )
{
- // strg + home jumps to first cell
+ // ctrl + home jumps to first cell
nAction = ACTION_GOTO_FIRST_CELL;
}
else if( !bMod1 && bMod2 )
@@ -1309,7 +1309,7 @@ sal_uInt16 SvxTableController::getKeyboardAction( const KeyEvent& rKEvt, Window*
{
if( bMod1 && !bMod2 )
{
- // strg + end jumps to last cell
+ // ctrl + end jumps to last cell
nAction = ACTION_GOTO_LAST_CELL;
}
else if( !bMod1 && bMod2 )