diff options
author | Hubert Figuière <hub@collabora.com> | 2024-02-22 10:50:53 -0500 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2024-02-22 23:29:01 +0100 |
commit | eb9284352e3ec96ffd0370918f52f4e47667ec3c (patch) | |
tree | 0234445c240e96bbd8ff8a6ed037fbb58048cc78 | |
parent | feb680acb5dc25d6789289ce52812b11fa69e0c2 (diff) |
[cp] tdf#159748 Remove reference to menu in dialog text
This menu doesn't exist when using the tabbed UI
Change-Id: I2dc89e630049171777684aff55b51872121b6e39
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163776
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
(cherry picked from commit 581ca37c96ee5b1d029d79bf7bb4c7b6baf5487c)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163764
-rw-r--r-- | sc/uiconfig/scalc/ui/cellprotectionpage.ui | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/ui/cellprotectionpage.ui b/sc/uiconfig/scalc/ui/cellprotectionpage.ui index b9a2d90a72c6..9074d3a04aff 100644 --- a/sc/uiconfig/scalc/ui/cellprotectionpage.ui +++ b/sc/uiconfig/scalc/ui/cellprotectionpage.ui @@ -96,9 +96,7 @@ <property name="can_focus">False</property> <property name="halign">end</property> <property name="hexpand">True</property> - <property name="label" translatable="yes" context="cellprotectionpage|label1">Cell protection is only effective after the current sheet has been protected. - -Select 'Protect Sheet' from the 'Tools' menu.</property> + <property name="label" translatable="yes" context="cellprotectionpage|label1">Cell protection is only effective after the current sheet has been protected.</property> <property name="wrap">True</property> <property name="max_width_chars">52</property> <property name="xalign">0</property> |