mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-22 01:10:53 +01:00
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:
@@ -127,7 +127,7 @@ QString TitleBlockTemplatesProjectCollection::title() const {
|
|||||||
final_title = QString(
|
final_title = QString(
|
||||||
tr(
|
tr(
|
||||||
"Cartouches du projet \"%1\"",
|
"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);
|
final_title = final_title.arg(project_title);
|
||||||
|
|||||||
Reference in New Issue
Block a user