Fix string
This commit is contained in:
parent
c778ed6917
commit
c332ad6a67
|
@ -166,7 +166,7 @@ class FormPage(Gtk.Box):
|
||||||
class SuccessfulPage(Gtk.Box):
|
class SuccessfulPage(Gtk.Box):
|
||||||
|
|
||||||
type_ = Gtk.AssistantPageType.SUMMARY
|
type_ = Gtk.AssistantPageType.SUMMARY
|
||||||
title = _('Successful registered')
|
title = _('Registration successful')
|
||||||
complete = True
|
complete = True
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|
Loading…
Reference in New Issue