[Frederique W. Piccart] menuitem -> menu item. Fixes #5348
This commit is contained in:
parent
3330f7bfa5
commit
5b5e8780d8
|
@ -3217,14 +3217,14 @@ class AccountCreationWizardWindow:
|
||||||
finish_text = '<big><b>%s</b></big>\n\n%s' % (
|
finish_text = '<big><b>%s</b></big>\n\n%s' % (
|
||||||
_('Account has been added successfully'),
|
_('Account has been added successfully'),
|
||||||
_('You can set advanced account options by pressing the '
|
_('You can set advanced account options by pressing the '
|
||||||
'Advanced button, or later by choosing the Accounts menuitem '
|
'Advanced button, or later by choosing the Accounts menu item '
|
||||||
'under the Edit menu from the main window.'))
|
'under the Edit menu from the main window.'))
|
||||||
else:
|
else:
|
||||||
finish_text = '<big><b>%s</b></big>\n\n%s' % (
|
finish_text = '<big><b>%s</b></big>\n\n%s' % (
|
||||||
_('Your new account has been created successfully'),
|
_('Your new account has been created successfully'),
|
||||||
_('You can set advanced account options by pressing the Advanced '
|
_('You can set advanced account options by pressing the Advanced '
|
||||||
'button, or later by choosing the Accounts menuitem under the Edit '
|
'button, or later by choosing the Accounts menu item under the Edit'
|
||||||
'menu from the main window.'))
|
' menu from the main window.'))
|
||||||
self.finish_label.set_markup(finish_text)
|
self.finish_label.set_markup(finish_text)
|
||||||
self.finish_button.show()
|
self.finish_button.show()
|
||||||
self.finish_button.set_property('has-default', True)
|
self.finish_button.set_property('has-default', True)
|
||||||
|
|
Loading…
Reference in New Issue