diff --git a/Pseudonymisation_Gui_V5.py b/Pseudonymisation_Gui_V5.py index 4f1cfc4..254bc64 100644 --- a/Pseudonymisation_Gui_V5.py +++ b/Pseudonymisation_Gui_V5.py @@ -86,7 +86,7 @@ except ImportError: # Constantes # --------------------------------------------------------------------------- APP_TITLE = "Pseudonymisation de vos documents" -APP_VERSION = "v5.0" +APP_VERSION = "v5.4" def _app_dir() -> Path: """Répertoire racine de l'application (compatible Nuitka standalone).""" @@ -394,7 +394,7 @@ class App: # ÉTAPE 1 — Choix du dossier # ============================================================= tk.Label( - main, text="1. Choisir les documents", font=self._f_body_bold, + main, text="1. Choisir les documents ou fichiers (PDF, Word, Images, Texte)", font=self._f_body_bold, bg=CLR_BG, fg=CLR_TEXT, anchor="w", ).pack(fill=tk.X, padx=pad_x, pady=(0, 6))