Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Mar 13, 2015
1 parent 5a23d13 commit 9b0a8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synfig-core/src/tool/renderprogress.cpp
Expand Up @@ -60,7 +60,7 @@ bool RenderProgress::amount_complete(int scanline, int height)
}
last_timepoint_ = Clock::now();

std::cerr << "\r";
std::cerr << "\r"
<< taskname_ << ": " << _("Line") << " "
<< scanline << _(" of ") << height << ". "
<< _("Remaining time: ");
Expand Down

0 comments on commit 9b0a8ac

Please sign in to comment.