summaryrefslogtreecommitdiff
path: root/ui/qt/capture_file_dialog.cpp
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-11 21:45:05 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-11 21:45:05 +0000
commit9392d989782e8f342d798beb4d7972da412f7d38 (patch)
treeaaa7d539ddf65798819f4e46abeb3efed9012625 /ui/qt/capture_file_dialog.cpp
parent29862fd1a1ad83e76a00838f5702f500b1f64854 (diff)
downloadwireshark-9392d989782e8f342d798beb4d7972da412f7d38.tar.gz
Make new text translatable (a
And lupdate QtShark.pro (update translation file) Updating 'qtshark_de.ts'... Found 257 source text(s) (15 new and 242 already existing) Kept 1 obsolete entries Updating 'qtshark_fr.ts'... Found 257 source text(s) (15 new and 242 already existing) Kept 1 obsolete entries Same-text heuristic provided 1 translation(s) svn path=/trunk/; revision=45492
Diffstat (limited to 'ui/qt/capture_file_dialog.cpp')
-rw-r--r--ui/qt/capture_file_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/capture_file_dialog.cpp b/ui/qt/capture_file_dialog.cpp
index d6d17864a4..5504b8f48e 100644
--- a/ui/qt/capture_file_dialog.cpp
+++ b/ui/qt/capture_file_dialog.cpp
@@ -560,7 +560,7 @@ check_savability_t CaptureFileDialog::exportSelectedPackets(QString &file_name,
// XXX See comment in ::saveAs regarding setNameFilters
setNameFilters(buildFileSaveAsTypeList(false));
setAcceptMode(QFileDialog::AcceptSave);
- setLabelText(FileType, "Export as:");
+ setLabelText(FileType, tr("Export as:"));
addGzipControls(left_v_box_);
addRangeControls(range);