mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Remove text:"schéma" form every schema tab.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2052 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -488,7 +488,7 @@ QString DiagramView::title() const {
|
||||
if (diagram_title.isEmpty()) {
|
||||
view_title = tr("Sch\351ma sans titre");
|
||||
} else {
|
||||
view_title = QString(tr("Sch\351ma %1", "%1 is a diagram title")).arg(diagram_title);
|
||||
view_title = QString("%1").arg(diagram_title);
|
||||
}
|
||||
return(view_title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user