mirror of https://github.com/GNOME/gimp.git
Fixed a spelling error.
2004-10-13 Kevin Cozens <kcozens@cvs.gimp.org> * app/widgets/gimpactionview.c: Fixed a spelling error.
This commit is contained in:
parent
fe6045b9e5
commit
f92848d2ef
|
@ -1,3 +1,7 @@
|
|||
2004-10-13 Kevin Cozens <kcozens@cvs.gimp.org>
|
||||
|
||||
* app/widgets/gimpactionview.c: Fixed a spelling error.
|
||||
|
||||
2004-10-13 DindinX <dindinx@gimp.org>
|
||||
|
||||
* plug-ins/common/colorify.c: Added a preview.
|
||||
|
|
|
@ -502,7 +502,7 @@ gimp_action_view_conflict_confirm (GimpActionView *view,
|
|||
gimp_standard_help_func, NULL,
|
||||
|
||||
GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
|
||||
_("_Resassign shortcut"), GTK_RESPONSE_OK,
|
||||
_("_Reassign shortcut"), GTK_RESPONSE_OK,
|
||||
|
||||
NULL);
|
||||
|
||||
|
|
Loading…
Reference in New Issue