diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-04-09 01:57:15 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-04-09 11:37:22 +0300 |
commit | f4006967e815a6dbe701dac5e83b4dc74e63a708 (patch) | |
tree | f56c1c495d74661c58d2a16b2ac218fcfb57981e | |
parent | d7a713fe6b65961b9683eae576f1766633f1f2e2 (diff) |
related: fdo#67104 correct the tooltip
This option points to the per-sheet setting, not to the global one.
Change-Id: I79dbd727e0ff12eb906f243f82f4906762918d26
-rw-r--r-- | sc/uiconfig/scalc/ui/sidebarcellappearance.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/uiconfig/scalc/ui/sidebarcellappearance.ui b/sc/uiconfig/scalc/ui/sidebarcellappearance.ui index cdf59e1a4050..893a748f027d 100644 --- a/sc/uiconfig/scalc/ui/sidebarcellappearance.ui +++ b/sc/uiconfig/scalc/ui/sidebarcellappearance.ui @@ -215,7 +215,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="tooltip_text" translatable="yes">Show the grid lines of the cells in the entire spreadsheet.</property> + <property name="tooltip_text" translatable="yes">Show the grid lines of the cells.</property> <property name="action_name">.uno:ToggleSheetGrid</property> <property name="use_action_appearance">False</property> <property name="use_underline">True</property> |