Fix string

This commit is contained in:
Philipp Hörist 2018-08-06 20:23:53 +02:00
parent c778ed6917
commit c332ad6a67
1 changed files with 1 additions and 1 deletions

View File

@ -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):