mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-21 16:50: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(
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user