Add a missing word to translation

Change-Id: I7ec79840331a5072f12236c27f8dc842c703b23f
Reviewed-on: https://code.wireshark.org/review/773
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Alexis La Goutte 2014-03-21 19:29:45 +01:00
parent aa082ce786
commit 51597c17a6
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ void CaptureFileDialog::addDisplayFilterEdit() {
}
void CaptureFileDialog::addFormatTypeSelector(QVBoxLayout &v_box) {
format_type_.addItem("Automatic");
format_type_.addItem(tr("Automatic"));
for (int i = 0; open_routines[i].name != NULL; i += 1) {
format_type_.addItem(open_routines[i].name);
}