Only include translation comments in .po files
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index 08aa04b..e3b2ca2 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -28,7 +28,7 @@
       --msgid-bugs-address=tigervnc-devel@googlegroups.com
       --sort-by-file
       --add-location
-      --add-comments
+      --add-comments=TRANSLATORS
       ${po_source}
     COMMENT "Updating tigervnc.pot"
     VERBATIM