Skip to content
Snippets Groups Projects
Commit a6d74d46 authored by Hilel Alvarez--Huguet's avatar Hilel Alvarez--Huguet
Browse files

[edit] text

parent 3a772163
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment