From dcccd60c395416f3972fa5f5c235464cfb1c1205 Mon Sep 17 00:00:00 2001 From: Domi31tls Date: Wed, 18 Mar 2026 22:42:51 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20GUI=20v5.4=20=E2=80=94=20version=20bum?= =?UTF-8?q?p=20+=20=C3=A9tape=201=20formats=20list=C3=A9s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- Pseudonymisation_Gui_V5.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))