[qet] [1497] Fixed a minor typo. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 1497
Author: xavier
Date: 2012-02-12 17:45:05 +0100 (Sun, 12 Feb 2012)
Log Message:
-----------
Fixed a minor typo.
Modified Paths:
--------------
branches/0.3/sources/titleblock/templatescollection.cpp
Modified: branches/0.3/sources/titleblock/templatescollection.cpp
===================================================================
--- branches/0.3/sources/titleblock/templatescollection.cpp 2012-02-12 15:33:04 UTC (rev 1496)
+++ branches/0.3/sources/titleblock/templatescollection.cpp 2012-02-12 16:45:05 UTC (rev 1497)
@@ -127,7 +127,7 @@
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);