Bug 568617 – "Plase" misspelled
2009-01-21 Sven Neumann <sven@gimp.org> Bug 568617 – "Plase" misspelled * app/widgets/gimpuimanager.c: fixed typo. svn path=/trunk/; revision=27926
This commit is contained in:

committed by
Sven Neumann

parent
4a72283f76
commit
e9e48274c5
@ -1,3 +1,9 @@
|
|||||||
|
2009-01-21 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
|
Bug 568617 – "Plase" misspelled
|
||||||
|
|
||||||
|
* app/widgets/gimpuimanager.c: fixed typo.
|
||||||
|
|
||||||
2009-01-20 Martin Nordholts <martinn@svn.gnome.org>
|
2009-01-20 Martin Nordholts <martinn@svn.gnome.org>
|
||||||
|
|
||||||
Adjust to babl API adjustment by doing
|
Adjust to babl API adjustment by doing
|
||||||
|
@ -736,8 +736,8 @@ gimp_ui_manager_entry_ensure (GimpUIManager *manager,
|
|||||||
"%s\n\n%s\n\n%s",
|
"%s\n\n%s\n\n%s",
|
||||||
_("Your GIMP installation is incomplete:"),
|
_("Your GIMP installation is incomplete:"),
|
||||||
error->message,
|
error->message,
|
||||||
_("Plase make sure the menu XML files are correctly "
|
_("Please make sure the menu XML files are "
|
||||||
"installed."));
|
"correctly installed."));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user