mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
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:
@@ -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_,
|
||||
|
||||
Reference in New Issue
Block a user