diff --git a/src/config.py b/src/config.py index d5be18655..bb30a60f3 100644 --- a/src/config.py +++ b/src/config.py @@ -3217,14 +3217,14 @@ class AccountCreationWizardWindow: finish_text = '%s\n\n%s' % ( _('Account has been added successfully'), _('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.')) else: finish_text = '%s\n\n%s' % ( _('Your new account has been created successfully'), _('You can set advanced account options by pressing the Advanced ' - 'button, or later by choosing the Accounts menuitem under the Edit ' - 'menu from the main window.')) + 'button, or later by choosing the Accounts menu item under the Edit' + ' menu from the main window.')) self.finish_label.set_markup(finish_text) self.finish_button.show() self.finish_button.set_property('has-default', True)