diff options
author | Sahil Gautam <sahil@libreoffice.org> | 2024-10-28 01:33:32 +0530 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2024-10-31 10:09:26 +0100 |
commit | 965287a9edb982b4f1857e7a57a73f0bdfd7e330 (patch) | |
tree | 8c58ce7d7ecf8ba960fc1a5aa8a5100405b0abe1 /sc/uiconfig | |
parent | 8328c69858e7be8dbf82a8ec66948a3e1534a852 (diff) |
tdf#85976 Make labels more intuitive in "Duplicate Records Dialog"
Records is not a very intuitive label for the the treeview section of
the dialog. Change to "Rows: " and "Columns: " based on what's being
displayed in the dialog
Change "Compare: " to "Compare by: "
Change-Id: Idff5f4a6935856f2c5a16f5b45bf8ce0ba169ca4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175704
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/duplicaterecordsdlg.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/uiconfig/scalc/ui/duplicaterecordsdlg.ui b/sc/uiconfig/scalc/ui/duplicaterecordsdlg.ui index 6a371f8d5428..3e8f0c88865e 100644 --- a/sc/uiconfig/scalc/ui/duplicaterecordsdlg.ui +++ b/sc/uiconfig/scalc/ui/duplicaterecordsdlg.ui @@ -94,7 +94,7 @@ <property name="visible">True</property> <property name="can-focus">False</property> <property name="valign">start</property> - <property name="label" translatable="yes" context="duplicaterecordsdialog|compare">Compare:</property> + <property name="label" translatable="yes" context="duplicaterecordsdialog|compare">Compare by:</property> <property name="mnemonic-widget">row</property> </object> <packing> @@ -282,7 +282,7 @@ </child> <child> <object class="GtkCheckButton" id="includesheaders"> - <property name="label" translatable="yes" context="duplicaterecordsdialog|includesheaders">Data contains row/col headers</property> + <property name="label" translatable="no" context="duplicaterecordsdialog|includesheaders">Data contains row/col headers</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> @@ -301,7 +301,7 @@ <property name="can-focus">False</property> <property name="halign">start</property> <property name="valign">start</property> - <property name="label" translatable="yes" context="duplicaterecordsdialog|records">Records:</property> + <property name="label" translatable="no" context="duplicaterecordsdialog|records">Records:</property> <property name="mnemonic-widget">allcheckbtn</property> </object> <packing> |