use _() instead of N_() when setting the label of "Revert Zoom" directly.

2007-08-18  Michael Natterer  <mitch@gimp.org>

	* app/actions/view-actions.c (view_actions_update): use _()
	instead of N_() when setting the label of "Revert Zoom"
	directly. Fixes bug #467933.


svn path=/trunk/; revision=23326
This commit is contained in:
Michael Natterer 2007-08-18 13:27:24 +00:00 committed by Michael Natterer
parent 3702957b0f
commit 4e8c0ac280
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2007-08-18 Michael Natterer <mitch@gimp.org>
* app/actions/view-actions.c (view_actions_update): use _()
instead of N_() when setting the label of "Revert Zoom"
directly. Fixes bug #467933.
2007-08-18 Martin Nordholts <martinn@svn.gnome.org>
* app/tools/gimprectangletool.c: Don't make

View file

@ -572,7 +572,7 @@ view_actions_update (GimpActionGroup *group,
else
{
gimp_action_group_set_action_label (group, "view-zoom-revert",
N_("Re_vert Zoom"));
_("Re_vert Zoom"));
}
SET_SENSITIVE ("view-zoom-out", display);