Skip to content

Commit

Permalink
tmxrasterizer: Fix minor typo (#3825)
Browse files Browse the repository at this point in the history
  • Loading branch information
OnlineCop committed Oct 5, 2023
1 parent fb6c1ff commit d713672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tmxrasterizer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ int main(int argc, char *argv[])
QCoreApplication::translate("main", "If used, tile animations are advanced by the specified duration."),
QCoreApplication::translate("main", "duration") },
{ QStringLiteral("hide-object"),
QCoreApplication::translate("main", "Specifies a object to omit from the output image. Can be repeated to hide multiple objects. If multiple objects share the specified name they all will be hidden."),
QCoreApplication::translate("main", "Specifies an object to omit from the output image. Can be repeated to hide multiple objects. If multiple objects share the specified name they all will be hidden."),
QCoreApplication::translate("main", "name") },
{ QStringLiteral("show-object"),
QCoreApplication::translate("main", "If used only specified objects are shown. Can be repeated to show multiple specified objects only. If multiple objects share the specified name they all will be shown."),
Expand Down

0 comments on commit d713672

Please sign in to comment.