[qet] [3321] Fix minor wrong title |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3321
Author: blacksun
Date: 2014-09-21 15:23:02 +0200 (Sun, 21 Sep 2014)
Log Message:
-----------
Fix minor wrong title
Modified Paths:
--------------
trunk/sources/configpages.cpp
Modified: trunk/sources/configpages.cpp
===================================================================
--- trunk/sources/configpages.cpp 2014-09-21 13:04:54 UTC (rev 3320)
+++ trunk/sources/configpages.cpp 2014-09-21 13:23:02 UTC (rev 3321)
@@ -169,6 +169,7 @@
* @return title of this page
*/
QString NewDiagramPage::title() const {
+ if (m_project) return(tr("Nouveau sch\351ma", "configuration page title"));
return(tr("Nouveau projet", "configuration page title"));
}