Fix string
This commit is contained in:
parent
c778ed6917
commit
c332ad6a67
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class FormPage(Gtk.Box):
|
|||
class SuccessfulPage(Gtk.Box):
|
||||
|
||||
type_ = Gtk.AssistantPageType.SUMMARY
|
||||
title = _('Successful registered')
|
||||
title = _('Registration successful')
|
||||
complete = True
|
||||
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue