changed "display" to "image window" in user visible string.
2006-07-07 Michael Natterer <mitch@gimp.org> * app/dialogs/preferences-dialog.c (prefs_dialog_new): changed "display" to "image window" in user visible string.
This commit is contained in:

committed by
Michael Natterer

parent
03392a62fd
commit
d883ef0846
@ -1,3 +1,8 @@
|
||||
2006-07-07 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/dialogs/preferences-dialog.c (prefs_dialog_new): changed
|
||||
"display" to "image window" in user visible string.
|
||||
|
||||
2006-07-07 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* INSTALL
|
||||
|
@ -2421,7 +2421,7 @@ prefs_dialog_new (Gimp *gimp,
|
||||
|
||||
prefs_check_button_add (object, "transient-docks",
|
||||
_("Toolbox and other docks are transient "
|
||||
"to the active display"),
|
||||
"to the active image window"),
|
||||
GTK_BOX (vbox2));
|
||||
|
||||
vbox2 = prefs_frame_new (_("Focus"),
|
||||
|
Reference in New Issue
Block a user