mark "Lutris is starting..." as translatable

This commit is contained in:
SwimmingTiger 2020-11-29 11:45:04 +08:00 committed by Mathieu Comandon
parent 116dac759d
commit d00c17bf77

View file

@ -175,7 +175,7 @@ class LutrisInitDialog(Gtk.Dialog):
self.set_size_request(320, 60)
self.set_border_width(24)
vbox = Gtk.Box.new(Gtk.Orientation.VERTICAL, 12)
label = Gtk.Label("Lutris is starting...")
label = Gtk.Label(_("Lutris is starting..."))
vbox.add(label)
self.progress = Gtk.ProgressBar(visible=True)
self.progress.set_pulse_step(0.1)