From a6d74d465675127ca7af26235a131d7c3b0a89d7 Mon Sep 17 00:00:00 2001
From: Hilel Alvarez--Huguet <h.alvarez.huguet@gmail.com>
Date: Thu, 23 Jan 2025 17:28:22 +0100
Subject: [PATCH] [edit] text

---
 GUI_luciole/texts/texts_en.py | 4 ++--
 GUI_luciole/texts/texts_fr.py | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/GUI_luciole/texts/texts_en.py b/GUI_luciole/texts/texts_en.py
index d1744623..8333156d 100644
--- a/GUI_luciole/texts/texts_en.py
+++ b/GUI_luciole/texts/texts_en.py
@@ -48,7 +48,7 @@ PANEL_BTN = "Open Asset Options"
 MXT_BTN = "Create Mixed"
 
 def proof_switch(nb_session):
-    return f"Proof Management | {nb_session}"
+    return f"Content | Proof : {nb_session}"
 
 # ADD JSON WINDOW
 TITLE_ASK_JSON_NAME = "JSON File Name"
@@ -73,7 +73,7 @@ TITLE_RENAME_JSON = "Rename JSON"
 TITLE_RESSOURCE_DIRECTORY_SELECT = "Select a Working Directory"
 
 def change_ressource_file_btn(short_path):
-    return f"Select the working directory\n Current Working Directory: {short_path}"
+    return f"Select the working directory\n{short_path}"
 
 # ADD ASSETS
 NEW_ASSET_TITLE = "New Asset Name"
diff --git a/GUI_luciole/texts/texts_fr.py b/GUI_luciole/texts/texts_fr.py
index a162572a..0e05c1cb 100644
--- a/GUI_luciole/texts/texts_fr.py
+++ b/GUI_luciole/texts/texts_fr.py
@@ -48,7 +48,7 @@ PANEL_BTN = "ouvrir les option d'assets"
 MXT_BTN = "Créer un mixte"
 
 def proof_switch(nb_session):
-    return f"Gestion d'epreuve | {nb_session}"
+    return f"Contenu | Epreuves : {nb_session}"
 
 #ADD JSON  WINDOW
 TITLE_ASK_JSON_NAME = "Nom du fichier JSON"
@@ -73,7 +73,7 @@ TITLE_RENAME_JSON = "Renommer JSON"
 TITLE_RESSOURCE_DIRECTORY_SELECT = "Sélectionnez un dossier de travail"
 
 def change_ressource_file_btn(short_path):
-    return f"Selectionner le dossier de travail\n Dossier de travail actuel : {short_path}"
+    return f"Selectionner le dossier de travail\n{short_path}"
 
 #ADD ASSETS
 NEW_ASSET_TITLE = "nom nouvel asset"
-- 
GitLab