From bd53c662b7a3f24ece5e6dd02098b27d7ad75a0f Mon Sep 17 00:00:00 2001 From: xavier Date: Sun, 12 Feb 2012 16:45:05 +0000 Subject: [PATCH] Fixed a minor typo. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1497 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/titleblock/templatescollection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/titleblock/templatescollection.cpp b/sources/titleblock/templatescollection.cpp index d2ccb5c1f..da3d510fb 100644 --- a/sources/titleblock/templatescollection.cpp +++ b/sources/titleblock/templatescollection.cpp @@ -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);