diff --git a/src/tmxrasterizer/main.cpp b/src/tmxrasterizer/main.cpp index f73fca41a7..4099df94af 100644 --- a/src/tmxrasterizer/main.cpp +++ b/src/tmxrasterizer/main.cpp @@ -84,7 +84,7 @@ int main(int argc, char *argv[]) { QStringLiteral("hide-image-layers"), QCoreApplication::translate("main", "Don't render image layers.") }, { QStringLiteral("advance-animations"), - QCoreApplication::translate("main", "If used tile animations are advanced by the specified duration."), + QCoreApplication::translate("main", "If used, tile animations are advanced by the specified duration."), QCoreApplication::translate("main", "duration") } }); parser.addPositionalArgument(QStringLiteral("map|world"), QCoreApplication::translate("main", "Map or world file to render."));