Skip to content

Commit

Permalink
Fix string in mythcommflag containing translator comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenni Lund committed Mar 30, 2013
1 parent 1805637 commit eca2729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/programs/mythcommflag/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@ int main(int argc, char *argv[])
else
JobQueue::ChangeJobStatus(jobID, JOB_FINISHED,
QCoreApplication::translate("(mythcommflag)",
"%1 commercial break(s)"
"%1 commercial break(s)",
"Job status").arg(ret));
}
else if (cmdline.toBool("video"))
Expand Down

0 comments on commit eca2729

Please sign in to comment.