Skip to content

Commit 21eb8ef

Browse files
committed
missing ) in string
1 parent 640e225 commit 21eb8ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Qarma.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1958,8 +1958,8 @@ void Qarma::printHelp(const QString &category)
19581958
helpDict["general"] = CategoryHelp(tr("General options"), HelpList() <<
19591959
Help("--title=TITLE", tr("Set the dialog title")) <<
19601960
Help("--window-icon=ICONPATH", tr("Set the window icon")) <<
1961-
Help("--width=WIDTH", tr("Set the width") + tr(" (not entirely deterministic for message dialogs")) <<
1962-
Help("--height=HEIGHT", tr("Set the height") + tr(" (not entirely deterministic for message dialogs")) <<
1961+
Help("--width=WIDTH", tr("Set the width") + tr(" (not entirely deterministic for message dialogs)")) <<
1962+
Help("--height=HEIGHT", tr("Set the height") + tr(" (not entirely deterministic for message dialogs)")) <<
19631963
Help("--pos=[+-]x[(+-)y]", "QARMA ONLY! " + tr("Set the position")) <<
19641964
Help("--timeout=TIMEOUT", tr("Set dialog timeout in seconds")) <<
19651965
Help("--ok-label=TEXT", tr("Sets the label of the Ok button")) <<

0 commit comments

Comments
 (0)