forked from CreatBot/CreatBotKlipperScreen
Update Translations (#284)
* Update Translations * Various fixes to not break the UI * Add updater translations * Fix pycodestyle * Fix updater translations * Fix pycodestyle * Fix restart translation * Fix \n in label * Update French Thank you Bahoue * Separate "default" Co-authored-by: jordanruthe <31575189+jordanruthe@users.noreply.github.com>
This commit is contained in:
@@ -419,7 +419,7 @@ class KlipperScreen(Gtk.Window):
|
||||
]
|
||||
|
||||
label = Gtk.Label()
|
||||
label.set_markup(_("To apply %s KlipperScreen needs to be restarted" % value))
|
||||
label.set_markup(_("To apply %s KlipperScreen needs to be restarted") % value)
|
||||
label.set_hexpand(True)
|
||||
label.set_halign(Gtk.Align.CENTER)
|
||||
label.set_vexpand(True)
|
||||
|
Reference in New Issue
Block a user