aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/Makefile.common')
-rw-r--r--ui/qt/Makefile.common26
1 files changed, 13 insertions, 13 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index 1a50700b4d..d5a3bfc712 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -267,27 +267,27 @@ QRC_FILES = \
#
# .ts files.
-# qtshark_en should be pluralonly.
+# wireshark_en should be pluralonly.
#
TS_FILES = \
- qtshark_de.ts \
- qtshark_en.ts \
- qtshark_fr.ts \
- qtshark_ja_JP.ts \
- qtshark_pl.ts \
- qtshark_zh_CN.ts
+ wireshark_de.ts \
+ wireshark_en.ts \
+ wireshark_fr.ts \
+ wireshark_ja_JP.ts \
+ wireshark_pl.ts \
+ wireshark_zh_CN.ts
#
# .qm files.
#
# Should be auto-generated ?
QM_FILES = \
- qtshark_de.qm \
- qtshark_en.qm \
- qtshark_fr.qm \
- qtshark_ja_JP.qm \
- qtshark_pl.qm \
- qtshark_zh_CN.qm
+ wireshark_de.qm \
+ wireshark_en.qm \
+ wireshark_fr.qm \
+ wireshark_ja_JP.qm \
+ wireshark_pl.qm \
+ wireshark_zh_CN.qm
#
# The .rcc.cpp files generated from them.