Skip to content

Commit

Permalink
mise à jour des traductions
Browse files Browse the repository at this point in the history
  • Loading branch information
YLefrais committed Feb 9, 2024
1 parent a94e424 commit b3fb58f
Show file tree
Hide file tree
Showing 10 changed files with 864 additions and 468 deletions.
2 changes: 1 addition & 1 deletion LIBStick.py
Original file line number Diff line number Diff line change
Expand Up @@ -4399,7 +4399,7 @@ def ouvre_fenetre_change_tree_label_L_ACP(event):
textvariable=label_L_ACP, foreground="black")
entree_label_L_ACP.pack(ipadx=0, ipady=0)
buttonFont = font.Font(family='Helvetica', size=30)
bouton_label_L_ACP = tk.Button(frame_label_L_ACP, text="Valider", font=buttonFont, width=200, height=100,
bouton_label_L_ACP = tk.Button(frame_label_L_ACP, text=_("Valider"), font=buttonFont, width=200, height=100,
command=validation_label_L_ACP)
# bouton_label_L_ACP = ttk.Button(frame_label_L_ACP, text="Valider", font=buttonFont, width=200, height=100,
# command=validation_label_L_ACP)
Expand Down
Loading

0 comments on commit b3fb58f

Please sign in to comment.