Fixed a minor typo.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1497 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2012-02-12 16:45:05 +00:00
parent 39c75e0136
commit bd53c662b7

View File

@@ -127,7 +127,7 @@ QString TitleBlockTemplatesProjectCollection::title() const {
final_title = QString(
tr(
"Cartouches du projet \"%1\"",
"collection title when the project has a suitble title -- %1 is the project title"
"collection title when the project has a suitable title -- %1 is the project title"
)
);
final_title = final_title.arg(project_title);