Skip to content

Commit

Permalink
more translations
Browse files Browse the repository at this point in the history
  • Loading branch information
xy committed Jan 6, 2025
1 parent a21f3e7 commit f9583e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1791,7 +1791,7 @@ def get_settings_dialog(self):

def lang_change(self,event):
self.cfg.set(CFG_lang,self.lang_var.get())
self.get_info_dialog_on_main().show(STR('Language Changed'),'Restart required.' )
self.get_info_dialog_on_main().show(STR('Language Changed'),STR('Restart required.') )

def popups_show_mod(self):
self.cfg.set(CFG_KEY_show_popups,self.show_popups_var.get())
Expand Down

0 comments on commit f9583e7

Please sign in to comment.