diff options
author | Sahil Gautam <sahil@libreoffice.org> | 2024-11-15 12:00:07 +0530 |
---|---|---|
committer | Sahil Gautam <sahil@libreoffice.org> | 2024-11-15 14:26:46 +0100 |
commit | df175a50b687df3abea37515f1154f40a7920319 (patch) | |
tree | 85bdd8b2fa37346c978360f8c05dd8247072c7ea | |
parent | b1cfbdf60e242930b0f2396dd9a8b29eb24aa36e (diff) |
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 <sahil@libreoffice.org>
-rw-r--r-- | sc/uiconfig/scalc/ui/protectsheetdlg.ui | 4 |
1 files changed, 2 insertions, 2 deletions
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> |