aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-09-21 01:53:29 +0100
committerPeter Wu <peter@lekensteyn.nl>2019-09-21 08:33:58 +0000
commit29be7f9d9a6452a63cb22c425ac1c56d1f99f10d (patch)
tree73243ce35e40d25e8b4f112e5c42683a1f9ec9dc /ui/qt
parent42b72e149a079eec281d9ca9d5800e4c5f307711 (diff)
Qt, docs, ieee1905: fix some spelling errors
The spelling error for "Desription" in the context menu was very obvious. The others were found by scanning the output of: grep -Po '<source>\K.*(?=</source>)' wireshark_en.ts Change-Id: I4b95236c82f76828a115d59d7c8e0b853eae1d26 Reviewed-on: https://code.wireshark.org/review/34582 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'ui/qt')
-rw-r--r--ui/qt/bluetooth_att_server_attributes_dialog.ui2
-rw-r--r--ui/qt/bluetooth_device_dialog.ui4
-rw-r--r--ui/qt/bluetooth_devices_dialog.ui2
-rw-r--r--ui/qt/import_text_dialog.ui4
-rw-r--r--ui/qt/main_window.ui2
-rw-r--r--ui/qt/profile_dialog.ui2
-rw-r--r--ui/qt/proto_tree.cpp2
-rw-r--r--ui/qt/widgets/additional_toolbar.cpp2
8 files changed, 10 insertions, 10 deletions
diff --git a/ui/qt/bluetooth_att_server_attributes_dialog.ui b/ui/qt/bluetooth_att_server_attributes_dialog.ui
index ea48e3f125..ba67973f5e 100644
--- a/ui/qt/bluetooth_att_server_attributes_dialog.ui
+++ b/ui/qt/bluetooth_att_server_attributes_dialog.ui
@@ -203,7 +203,7 @@
<string>Mark/Unmark Row</string>
</property>
<property name="shortcut">
- <string>CtrlM</string>
+ <string>Ctrl-M</string>
</property>
</action>
<action name="actionMark_Unmark_Cell">
diff --git a/ui/qt/bluetooth_device_dialog.ui b/ui/qt/bluetooth_device_dialog.ui
index 91411c5dd5..b5b06048e8 100644
--- a/ui/qt/bluetooth_device_dialog.ui
+++ b/ui/qt/bluetooth_device_dialog.ui
@@ -100,7 +100,7 @@
</row>
<row>
<property name="text">
- <string>LMP Subverion</string>
+ <string>LMP Subversion</string>
</property>
</row>
<row>
@@ -246,7 +246,7 @@
<string>Mark/Unmark Row</string>
</property>
<property name="shortcut">
- <string>CtrlM</string>
+ <string>Ctrl-M</string>
</property>
</action>
<action name="actionMark_Unmark_Cell">
diff --git a/ui/qt/bluetooth_devices_dialog.ui b/ui/qt/bluetooth_devices_dialog.ui
index 5a5ab534fd..a4cfd91be8 100644
--- a/ui/qt/bluetooth_devices_dialog.ui
+++ b/ui/qt/bluetooth_devices_dialog.ui
@@ -186,7 +186,7 @@
<string>Mark/Unmark Row</string>
</property>
<property name="shortcut">
- <string>CtrlM</string>
+ <string>Ctrl-M</string>
</property>
</action>
<action name="actionMark_Unmark_Cell">
diff --git a/ui/qt/import_text_dialog.ui b/ui/qt/import_text_dialog.ui
index 344140c379..dbe06f521b 100644
--- a/ui/qt/import_text_dialog.ui
+++ b/ui/qt/import_text_dialog.ui
@@ -159,7 +159,7 @@
<item>
<widget class="QLabel" name="label_3">
<property name="toolTip">
- <string>The format in which to parse timestamps in the text file (eg. %H:%M:%S.). Format specifiers are based on strptime(3)</string>
+ <string>The format in which to parse timestamps in the text file (e.g. %H:%M:%S.). Format specifiers are based on strptime(3)</string>
</property>
<property name="text">
<string>Timestamp format:</string>
@@ -169,7 +169,7 @@
<item>
<widget class="QLineEdit" name="dateTimeLineEdit">
<property name="toolTip">
- <string>The format in which to parse timestamps in the text file (eg. %H:%M:%S.). Format specifiers are based on strptime(3)</string>
+ <string>The format in which to parse timestamps in the text file (e.g. %H:%M:%S.). Format specifiers are based on strptime(3)</string>
</property>
</widget>
</item>
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index 315b777f3b..1f03a535dc 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -1648,7 +1648,7 @@
<string>Throughput</string>
</property>
<property name="toolTip">
- <string>TCP througput</string>
+ <string>TCP throughput</string>
</property>
</action>
<action name="actionStatisticsTcpStreamRoundTripTime">
diff --git a/ui/qt/profile_dialog.ui b/ui/qt/profile_dialog.ui
index d0e545b8d8..fcc7591f7d 100644
--- a/ui/qt/profile_dialog.ui
+++ b/ui/qt/profile_dialog.ui
@@ -72,7 +72,7 @@
<item>
<widget class="StockIconToolButton" name="deleteToolButton">
<property name="toolTip">
- <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remove this profile. System provided profiles cannot be removed. The default profile will be resetted upon deletion.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Remove this profile. System provided profiles cannot be removed. The default profile will be reset upon deletion.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="icon">
<iconset>
diff --git a/ui/qt/proto_tree.cpp b/ui/qt/proto_tree.cpp
index 28f3f0e3aa..d23c0879aa 100644
--- a/ui/qt/proto_tree.cpp
+++ b/ui/qt/proto_tree.cpp
@@ -292,7 +292,7 @@ void ProtoTree::contextMenuEvent(QContextMenuEvent *event)
submenu->addAction(tr("All Visible Items"), this, SLOT(ctxCopyVisibleItems()));
action = submenu->addAction(tr("All Visible Selected Tree Items"), this, SLOT(ctxCopyVisibleItems()));
action->setProperty("selected_tree", qVariantFromValue(true));
- action = submenu->addAction(tr("Desription"), this, SLOT(ctxCopySelectedInfo()));
+ action = submenu->addAction(tr("Description"), this, SLOT(ctxCopySelectedInfo()));
action->setProperty("field_type", ProtoTree::Description);
action = submenu->addAction(tr("Field Name"), this, SLOT(ctxCopySelectedInfo()));
action->setProperty("field_type", ProtoTree::Name);
diff --git a/ui/qt/widgets/additional_toolbar.cpp b/ui/qt/widgets/additional_toolbar.cpp
index b0565d2f42..3afe079a13 100644
--- a/ui/qt/widgets/additional_toolbar.cpp
+++ b/ui/qt/widgets/additional_toolbar.cpp
@@ -64,7 +64,7 @@ AdditionalToolBar * AdditionalToolBar::create(QWidget * parent, ext_toolbar_t *
if ( newAction )
{
result->addAction(newAction);
- /* Necessary, because enable state is resetted upon adding the action */
+ /* Necessary, because enable state is reset upon adding the action */
result->actions()[result->actions().count() - 1]->setEnabled(!item->capture_only);
}
}