diff --git a/CenRa_AUTOMAP/canvas_editor.py b/CenRa_AUTOMAP/canvas_editor.py index b7ef2f0f..eb6aeda0 100644 --- a/CenRa_AUTOMAP/canvas_editor.py +++ b/CenRa_AUTOMAP/canvas_editor.py @@ -761,7 +761,7 @@ class AutoMap_Editor(QDialog, EDITOR_CLASS): self.QMBquestion = QMessageBox() self.QMBquestion.setWindowTitle(u"Attention !") self.QMBquestion.setIcon(QMessageBox.Warning) - self.QMBquestion.setText("Mise en page existente, la mise en page vas être écraser !") + self.QMBquestion.setText("Mise en page existante, la mise en page va être écrasée !") self.QMBquestion.setStandardButtons(QMessageBox.Yes|QMessageBox.No) self.QMBquestion.addButton(QPushButton('Autre mise en page'),QMessageBox.AcceptRole) self.QMBquestion = self.QMBquestion.exec() diff --git a/CenRa_COPIE/CenRa_Copie.py b/CenRa_COPIE/CenRa_Copie.py index a6705bb7..7589e16e 100644 --- a/CenRa_COPIE/CenRa_Copie.py +++ b/CenRa_COPIE/CenRa_Copie.py @@ -20,7 +20,7 @@ from .tools.resources import ( resources_path, maj_verif, ) -#pyperclip() +pyperclip() from .copie_editor import Copie_Editor from .about_form import AboutDialog