diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:33 +0000 |
commit | 9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 (patch) | |
tree | 2784370cda9bbf2da9114d70f05399c0b229d28c /ui/qt/uat_frame.ui | |
parent | Adding debian version 4.2.6-1. (diff) | |
download | wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.tar.xz wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.zip |
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ui/qt/uat_frame.ui')
-rw-r--r-- | ui/qt/uat_frame.ui | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/qt/uat_frame.ui b/ui/qt/uat_frame.ui index 452ae65d..a49fc29c 100644 --- a/ui/qt/uat_frame.ui +++ b/ui/qt/uat_frame.ui @@ -18,7 +18,7 @@ </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> - <widget class="TabnavTreeView" name="uatTreeView"/> + <widget class="RowMoveTreeView" name="uatTreeView"/> </item> <item> <widget class="QLabel" name="hintLabel"> @@ -54,7 +54,7 @@ <bool>false</bool> </property> <property name="toolTip"> - <string>Remove this entry.</string> + <string>Remove the selected entry(ies).</string> </property> </widget> </item> @@ -64,7 +64,7 @@ <bool>false</bool> </property> <property name="toolTip"> - <string>Copy this entry.</string> + <string>Copy the selected entry(ies).</string> </property> <property name="text"> <string/> @@ -74,7 +74,7 @@ <item> <widget class="StockIconToolButton" name="moveUpToolButton"> <property name="toolTip"> - <string>Move entry up.</string> + <string>Move the selected entry(ies) up.</string> </property> <property name="text"> <string/> @@ -84,7 +84,7 @@ <item> <widget class="StockIconToolButton" name="moveDownToolButton"> <property name="toolTip"> - <string>Move entry down.</string> + <string>Move the selected entry(ies) down.</string> </property> <property name="text"> <string/> @@ -141,9 +141,9 @@ <header>widgets/elided_label.h</header> </customwidget> <customwidget> - <class>TabnavTreeView</class> + <class>RowMoveTreeView</class> <extends>QTreeView</extends> - <header>widgets/tabnav_tree_view.h</header> + <header>widgets/rowmove_tree_view.h</header> </customwidget> <customwidget> <class>StockIconToolButton</class> |