summaryrefslogtreecommitdiff
path: root/ui/qt/export_object_dialog.cpp
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-24 15:51:50 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-24 15:51:50 +0000
commit936082acb529b4e73b4d8d4f9fb8e13fb569efc1 (patch)
tree59ea356fd43e533166bcce0a2161950f97087eac /ui/qt/export_object_dialog.cpp
parent4438309f5eb607f746da7970b81f0406120df96d (diff)
downloadwireshark-936082acb529b4e73b4d8d4f9fb8e13fb569efc1.tar.gz
Make new text translatable for Qtshark * export_dissection_dialog.cpp * file_set_dialog.ui * export_object_dialog.cpp * capture_file_dialog.cpp
svn path=/trunk/; revision=45761
Diffstat (limited to 'ui/qt/export_object_dialog.cpp')
-rw-r--r--ui/qt/export_object_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/export_object_dialog.cpp b/ui/qt/export_object_dialog.cpp
index 43f8ea9af9..ca61585147 100644
--- a/ui/qt/export_object_dialog.cpp
+++ b/ui/qt/export_object_dialog.cpp
@@ -182,7 +182,7 @@ void ExportObjectDialog::show()
QMessageBox::warning(
this,
tr("Tap registration error"),
- QString("Unable to register ") + name_ + QString(" tap: ") + error_msg->str,
+ QString(tr("Unable to register ")) + name_ + QString(tr(" tap: ")) + error_msg->str,
QMessageBox::Ok
);
g_string_free(error_msg, TRUE);