aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-07-30 12:34:53 -0700
committerGerald Combs <gerald@wireshark.org>2015-07-30 19:36:26 +0000
commit9603db48d1ab9900c7bd7544e6351b72f34d7aa1 (patch)
tree0708db0eedb0fd6fb9a0efb2bf08c48afc991eb3 /ui/qt/main_window.ui
parent549b8f08e83f2b8a40abb5b879099d76da789cad (diff)
Make copy menu item names more consistent.
Change-Id: Ia7b2a87ba9ad843dfa9200d69eeb94275a3dc0bb Reviewed-on: https://code.wireshark.org/review/9827 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index 1876ddf73c..8fa7bf8111 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -1144,12 +1144,12 @@
</action>
<action name="actionCopyAllVisibleItems">
<property name="text">
- <string>Copy All Visible Items</string>
+ <string>All Visible Items</string>
</property>
</action>
<action name="actionCopyAllVisibleSelectedTreeItems">
<property name="text">
- <string>Copy All Visible Selected Tree Items</string>
+ <string>All Visible Selected Tree Items</string>
</property>
</action>
<action name="actionEditCopyFieldName">
@@ -2287,7 +2287,7 @@
</action>
<action name="actionContextCopyBytesHexTextDump">
<property name="text">
- <string>Copy Bytes as Hex + ASCII Dump</string>
+ <string>Bytes as Hex + ASCII Dump</string>
</property>
<property name="toolTip">
<string>Copy packet bytes as a hex and ASCII dump.</string>