Minor,add missing translation string for rename_label, thank OSSau2mation

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4444 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2016-04-17 12:12:13 +00:00
parent 74360ce2d5
commit e5c6dffda0

View File

@@ -229,7 +229,7 @@ void InteractiveMoveElementsHandler::initConflictDialog() {
conflict_dialog_ -> setMaximumSize(600, 200);
// initialisation du champ de texte
rename_label_ = new QLabel("Nouveau nom :");
rename_label_ = new QLabel(tr("Nouveau nom :"));
rename_textfield_ = new QFileNameEdit();
connect(
rename_textfield_,