From 5b5e8780d8124399539ea1808e9a295694516ab9 Mon Sep 17 00:00:00 2001
From: Yann Leboulanger <asterix@lagaule.org>
Date: Wed, 21 Oct 2009 20:31:23 +0200
Subject: [PATCH] [Frederique W. Piccart] menuitem -> menu item. Fixes #5348

---
 src/config.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/config.py b/src/config.py
index d5be186559..bb30a60f3d 100644
--- a/src/config.py
+++ b/src/config.py
@@ -3217,14 +3217,14 @@ class AccountCreationWizardWindow:
 			finish_text = '<big><b>%s</b></big>\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 = '<big><b>%s</b></big>\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)
-- 
GitLab