sc/uiconfig/scalc/ui/cellprotectionpage.ui | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
New commits: commit 581ca37c96ee5b1d029d79bf7bb4c7b6baf5487c Author: Hubert Figuière <[email protected]> AuthorDate: Thu Feb 22 10:50:53 2024 -0500 Commit: Andras Timar <[email protected]> CommitDate: Thu Feb 22 23:12:33 2024 +0100 [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 <[email protected]> Tested-by: Andras Timar <[email protected]> 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>
