diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-08-27 16:29:04 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-08-27 18:32:07 +0200 |
commit | bac424a99d12fd2eece57cdf70ec5725398e80ac (patch) | |
tree | 8c6912580b35dc214850c9bc0d6e6aa19326267d /sc | |
parent | 8b2845295c722f3713cf7cc699b6068e30008a5f (diff) |
Fix extended tip after import
Change-Id: Icf067aad55f43137b3126b5aede40982845001a9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101455
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/scgeneralpage.ui | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sc/uiconfig/scalc/ui/scgeneralpage.ui b/sc/uiconfig/scalc/ui/scgeneralpage.ui index 2d74dbce358d..2808e080880f 100644 --- a/sc/uiconfig/scalc/ui/scgeneralpage.ui +++ b/sc/uiconfig/scalc/ui/scgeneralpage.ui @@ -337,12 +337,7 @@ <property name="draw_indicator">True</property> <child internal-child="accessible"> <object class="AtkObject" id="legacy_cell_selection_cb-atkobject"> - <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|legacy_cell_selection_cb">With the option set, expanding a selection (with Command - Ctrl +Shift+Down/Up) jumps to the end of the range in the column that was added as last to the initial selection. - When the option is not set, expanding a selection (with CommandCtrl+Shift - +Down/Up) jumps to the end of the range in the column where selecting the cell range was started. - The same of course applies when extending a selection on rows, with CommandCtrl+ - Shift+Left/Right.</property> + <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip|legacy_cell_selection_cb">With the option set, expanding a selection (with Ctrl + Shift + Down/Up) jumps to the end of the range in the column that was added as last to the initial selection. When the option is not set, expanding a selection (with Ctrl + Shift + Down/Up) jumps to the end of the range in the column where selecting the cell range was started. The same of course applies when extending a selection on rows, with Ctrl + Shift + Left/Right.</property> </object> </child> </object> |