diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2021-08-03 09:22:27 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2021-08-03 04:48:02 +0200 |
commit | cd3289e3878f35ba66e0f0b7d62e3cbcb6e53f4b (patch) | |
tree | f8c1084bded058d37c1a54d8551679dbcc3df800 | |
parent | ad1b12686da88bea57582df10fa85268ada209b8 (diff) |
tdf#143696 rename Properties tree view column from Object to Name
Change-Id: I600d0bf7c9dc2c6c934e1f6faaed00e296b1d042
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119918
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
-rw-r--r-- | sfx2/uiconfig/ui/developmenttool.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/developmenttool.ui b/sfx2/uiconfig/ui/developmenttool.ui index 476f9ed610cf..2f818cae7823 100644 --- a/sfx2/uiconfig/ui/developmenttool.ui +++ b/sfx2/uiconfig/ui/developmenttool.ui @@ -415,7 +415,7 @@ <child> <object class="GtkTreeViewColumn" id="properties_treeviewcolumn1"> <property name="resizable">True</property> - <property name="title" translatable="yes" context="developmenttool|object">Object</property> + <property name="title" translatable="yes" context="developmenttool|name">Name</property> <property name="clickable">True</property> <property name="sort-indicator">True</property> <child> |