From e0bc9d9d05cdc94479bf237b05696bd2f91c678d Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Tue, 10 Jan 2017 20:22:34 +0000 Subject: [PATCH] Minor git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4841 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/qetproject.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/qetproject.cpp b/sources/qetproject.cpp index 5c8a754a9..968d7fd97 100644 --- a/sources/qetproject.cpp +++ b/sources/qetproject.cpp @@ -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); }