removed double "the" from translatable string. Fixes bug #552127.
2008-09-13 Michael Schumacher <schumaml@cvs.gnome.org> * app/actions/edit-actions.c (edit_actions): removed double "the" from translatable string. Fixes bug #552127. svn path=/trunk/; revision=26941
This commit is contained in:

committed by
Michael Schumacher

parent
3e51c2307a
commit
97b36969a1
@ -1,3 +1,8 @@
|
||||
2008-09-13 Michael Schumacher <schumaml@cvs.gnome.org>
|
||||
|
||||
* app/actions/edit-actions.c (edit_actions): removed double "the"
|
||||
from translatable string. Fixes bug #552127.
|
||||
|
||||
2008-09-13 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/lcms.c (lcms_image_apply_profile): flush the
|
||||
|
@ -118,7 +118,7 @@ static const GimpActionEntry edit_actions[] =
|
||||
|
||||
{ "edit-copy-visible", NULL, /* GIMP_STOCK_COPY_VISIBLE, */
|
||||
N_("Copy _Visible"), "<control><shift>C",
|
||||
N_("Copy what is visible in the the selected region"),
|
||||
N_("Copy what is visible in the selected region"),
|
||||
G_CALLBACK (edit_copy_visible_cmd_callback),
|
||||
GIMP_HELP_EDIT_COPY_VISIBLE },
|
||||
|
||||
|
Reference in New Issue
Block a user