update information

This commit is contained in:
misyaguziya
2023-06-15 18:05:54 +09:00
parent c571aa0e52
commit c495321021
2 changed files with 31 additions and 5 deletions

View File

@@ -118,7 +118,7 @@ class ToplevelWindowConfig(customtkinter.CTkToplevel):
## optionmenu translation input language
self.label_translation_input_language = customtkinter.CTkLabel(
self.tabview_config.tab("Translation"),
text="Input Language:",
text="Send Language:",
fg_color="transparent",
font=customtkinter.CTkFont(family=self.parent.FONT_FAMILY)
)
@@ -156,7 +156,7 @@ class ToplevelWindowConfig(customtkinter.CTkToplevel):
## optionmenu translation output language
self.label_translation_output_language = customtkinter.CTkLabel(
self.tabview_config.tab("Translation"),
text="Output Language:",
text="Receive Language:",
fg_color="transparent",
font=customtkinter.CTkFont(family=self.parent.FONT_FAMILY)
)