gimp r25433 - in trunk: . app/core
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r25433 - in trunk: . app/core
- Date: Wed, 9 Apr 2008 15:42:32 +0100 (BST)
Author: neo
Date: Wed Apr 9 15:42:32 2008
New Revision: 25433
URL: http://svn.gnome.org/viewvc/gimp?rev=25433&view=rev
Log:
2008-04-09 Sven Neumann <sven gimp org>
* app/core/core-enums.[ch] (enum GimpUndoType): changed
descriptions for the GIMP_UNDO_FS_RIGOR and GIMP_UNDO_FS_RELAX
undo types again.
Modified:
trunk/ChangeLog
trunk/app/core/core-enums.c
trunk/app/core/core-enums.h
Modified: trunk/app/core/core-enums.c
==============================================================================
--- trunk/app/core/core-enums.c (original)
+++ trunk/app/core/core-enums.c Wed Apr 9 15:42:32 2008
@@ -921,15 +921,15 @@
{ GIMP_UNDO_VECTORS_MOD, N_("Path modification"), NULL },
{ GIMP_UNDO_VECTORS_REPOSITION, N_("Reposition path"), NULL },
{ GIMP_UNDO_FS_TO_LAYER, N_("Floating selection to layer"), NULL },
- { GIMP_UNDO_FS_RIGOR, N_("Create floating selection"), NULL },
- { GIMP_UNDO_FS_RELAX, N_("Remove floating selection"), NULL },
+ { GIMP_UNDO_FS_RIGOR, N_("Rigor floating selection"), NULL },
+ { GIMP_UNDO_FS_RELAX, N_("Relax floating selection"), NULL },
{ GIMP_UNDO_TRANSFORM, N_("Transform"), NULL },
{ GIMP_UNDO_PAINT, N_("Paint"), NULL },
{ GIMP_UNDO_INK, N_("Ink"), NULL },
{ GIMP_UNDO_FOREGROUND_SELECT, N_("Select foreground"), NULL },
{ GIMP_UNDO_PARASITE_ATTACH, N_("Attach parasite"), NULL },
{ GIMP_UNDO_PARASITE_REMOVE, N_("Remove parasite"), NULL },
- { GIMP_UNDO_CANT, N_("EEK: can't undo"), NULL },
+ { GIMP_UNDO_CANT, N_("Not undoable"), NULL },
{ 0, NULL, NULL }
};
Modified: trunk/app/core/core-enums.h
==============================================================================
--- trunk/app/core/core-enums.h (original)
+++ trunk/app/core/core-enums.h Wed Apr 9 15:42:32 2008
@@ -437,8 +437,8 @@
GIMP_UNDO_VECTORS_MOD, /*< desc="Path modification" >*/
GIMP_UNDO_VECTORS_REPOSITION, /*< desc="Reposition path" >*/
GIMP_UNDO_FS_TO_LAYER, /*< desc="Floating selection to layer" >*/
- GIMP_UNDO_FS_RIGOR, /*< desc="Create floating selection" >*/
- GIMP_UNDO_FS_RELAX, /*< desc="Remove floating selection" >*/
+ GIMP_UNDO_FS_RIGOR, /*< desc="Rigor floating selection" >*/
+ GIMP_UNDO_FS_RELAX, /*< desc="Relax floating selection" >*/
GIMP_UNDO_TRANSFORM, /*< desc="Transform" >*/
GIMP_UNDO_PAINT, /*< desc="Paint" >*/
GIMP_UNDO_INK, /*< desc="Ink" >*/
@@ -446,7 +446,7 @@
GIMP_UNDO_PARASITE_ATTACH, /*< desc="Attach parasite" >*/
GIMP_UNDO_PARASITE_REMOVE, /*< desc="Remove parasite" >*/
- GIMP_UNDO_CANT /*< desc="EEK: can't undo" >*/
+ GIMP_UNDO_CANT /*< desc="Not undoable" >*/
} GimpUndoType;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]