sc/uiconfig/scalc/ui/protectsheetdlg.ui |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit df175a50b687df3abea37515f1154f40a7920319
Author:     Sahil Gautam <sa...@libreoffice.org>
AuthorDate: Fri Nov 15 12:00:07 2024 +0530
Commit:     Sahil Gautam <sa...@libreoffice.org>
CommitDate: Fri Nov 15 14:26:46 2024 +0100

    tdf#136003 Change labels in the protect sheet dialog
    
    previously a comment `(for unprotected cells)` was added to the `Delete 
Rows` and `Delete Columns` menu entries as a solution of tdf#136003. The change 
has been reverted https://gerrit.libreoffice.org/c/core/+/176614
    
    As tdf#136003 says "Can't delete rows, despite of allow to deletes", the 
source of confusion is these labels `[ ] Delete Rows` and `[ ] Delete Columns` 
in the protect sheet dialog. Changed these to `Delete rows with unprotected 
cells` to make it more clear what they are about.
    
    Change-Id: I1009fca2a3cf56ffdc513fdb9b6192b3b965d050
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/176616
    Tested-by: Jenkins
    Reviewed-by: Sahil Gautam <sa...@libreoffice.org>

diff --git a/sc/uiconfig/scalc/ui/protectsheetdlg.ui 
b/sc/uiconfig/scalc/ui/protectsheetdlg.ui
index 20835b596783..7385ff3c1b82 100644
--- a/sc/uiconfig/scalc/ui/protectsheetdlg.ui
+++ b/sc/uiconfig/scalc/ui/protectsheetdlg.ui
@@ -320,7 +320,7 @@
                       <object class="GtkLabel" id="delete-columns">
                         <property name="visible">True</property>
                         <property name="can-focus">False</property>
-                        <property name="label" translatable="yes" 
context="protectsheetdlg|delete-columns">Delete columns</property>
+                        <property name="label" translatable="yes" 
context="protectsheetdlg|delete-columns">Delete columns with unprotected 
cells</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
@@ -332,7 +332,7 @@
                       <object class="GtkLabel" id="delete-rows">
                         <property name="visible">True</property>
                         <property name="can-focus">False</property>
-                        <property name="label" translatable="yes" 
context="protectsheetdlg|delete-rows">Delete rows</property>
+                        <property name="label" translatable="yes" 
context="protectsheetdlg|delete-rows">Delete rows with unprotected 
cells</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>

Reply via email to