mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Minor
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4841 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -238,7 +238,7 @@ QString QETProject::pathNameTitle() const {
|
||||
final_title = QString(
|
||||
tr(
|
||||
"Projet « %1 : %2»",
|
||||
"displayed title for a ProjectView - %1 is the project title"
|
||||
"displayed title for a ProjectView - %1 is the project title, -%2 is the project path"
|
||||
)
|
||||
).arg(project_title_).arg (file_path_);
|
||||
} else if (!file_path_.isEmpty()) {
|
||||
@@ -269,7 +269,7 @@ QString QETProject::pathNameTitle() const {
|
||||
final_title = QString(
|
||||
tr(
|
||||
"%1 [modifié]",
|
||||
"displayed title for a modified project - %1 is a displayable title, -%2 is the project path"
|
||||
"displayed title for a modified project - %1 is a displayable title"
|
||||
)
|
||||
).arg(final_title);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user