From e9e48274c58539794c79f84e969fcdf32bd6670f Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Wed, 21 Jan 2009 21:52:15 +0000 Subject: [PATCH] =?UTF-8?q?Bug=20568617=20=E2=80=93=20"Plase"=20misspelled?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2009-01-21 Sven Neumann Bug 568617 – "Plase" misspelled * app/widgets/gimpuimanager.c: fixed typo. svn path=/trunk/; revision=27926 --- ChangeLog | 6 ++++++ app/widgets/gimpuimanager.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 873f404c92..7d034d83cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-21 Sven Neumann + + Bug 568617 – "Plase" misspelled + + * app/widgets/gimpuimanager.c: fixed typo. + 2009-01-20 Martin Nordholts Adjust to babl API adjustment by doing diff --git a/app/widgets/gimpuimanager.c b/app/widgets/gimpuimanager.c index 18df319ce0..fd320d1722 100644 --- a/app/widgets/gimpuimanager.c +++ b/app/widgets/gimpuimanager.c @@ -736,8 +736,8 @@ gimp_ui_manager_entry_ensure (GimpUIManager *manager, "%s\n\n%s\n\n%s", _("Your GIMP installation is incomplete:"), error->message, - _("Plase make sure the menu XML files are correctly " - "installed.")); + _("Please make sure the menu XML files are " + "correctly installed.")); } else {