app/config/gimprc-blurbs.h app/dialogs/offset-dialog.c

2005-02-14  Sven Neumann  <sven@gimp.org>

	* app/config/gimprc-blurbs.h
	* app/dialogs/offset-dialog.c
	* plug-ins/common/displace.c
	* plug-ins/script-fu/scripts/rendermap.scm
	* plug-ins/script-fu/scripts/ripply-anim.scm: use the american
	spelling of "behaviour". Fixes bug #167267.
This commit is contained in:
Sven Neumann 2005-02-14 10:50:16 +00:00 committed by Sven Neumann
parent 70b5a74f6e
commit 171f85b1d9
6 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,12 @@
2005-02-14 Sven Neumann <sven@gimp.org>
* app/config/gimprc-blurbs.h
* app/dialogs/offset-dialog.c
* plug-ins/common/displace.c
* plug-ins/script-fu/scripts/rendermap.scm
* plug-ins/script-fu/scripts/ripply-anim.scm: use the american
spelling of "behaviour". Fixes bug #167267.
2005-02-14 Michael Natterer <mitch@gimp.org>
* app/dialogs/file-save-dialog.c (file_save_dialog_check_uri):

View File

@ -27,7 +27,7 @@ N_("Sets the canvas padding color used if the padding mode is set to " \
"custom color.")
#define COLOR_MANAGEMENT_BLURB \
"Defines the color management behaviour."
"Defines the color management behavior."
#define CONFIRM_ON_CLOSE_BLURB \
N_("Ask for confirmation before closing an image without saving.")

View File

@ -207,8 +207,8 @@ offset_dialog_new (GimpDrawable *drawable,
G_CALLBACK (offset_halfheight_callback),
dialog);
/* The edge behaviour frame */
frame = gimp_int_radio_group_new (TRUE, _("Edge Behaviour"),
/* The edge behavior frame */
frame = gimp_int_radio_group_new (TRUE, _("Edge Behavior"),
G_CALLBACK (gimp_radio_button_update),
&dialog->fill_type, dialog->fill_type,

View File

@ -449,7 +449,7 @@ displace_dialog (GimpDrawable *drawable)
gtk_box_pack_start (GTK_BOX (hbox), frame, FALSE, FALSE, 0);
gtk_widget_show (frame);
frame = gimp_int_radio_group_new (TRUE, _("Edge behaviour"),
frame = gimp_int_radio_group_new (TRUE, _("Edge Behavior"),
G_CALLBACK (gimp_radio_button_update),
&dvals.displace_type, dvals.displace_type,

View File

@ -83,7 +83,7 @@
SF-ADJUSTMENT _"Granularity" '(4 0 15 1 1 0 0)
SF-GRADIENT _"Gradient" "Land and Sea"
SF-TOGGLE _"Gradient reverse" FALSE
SF-OPTION _"Behaviour" '(_"Tile"
SF-OPTION _"Behavior" '(_"Tile"
_"Detail in Middle"))
(script-fu-menu-register "script-fu-render-map"

View File

@ -120,7 +120,7 @@
SF-DRAWABLE "Drawable to animate" 0
SF-ADJUSTMENT _"Rippling strength" '(3 0 256 1 10 1 0)
SF-ADJUSTMENT _"Number of frames" '(15 0 256 1 10 0 1)
SF-OPTION _"Edge behaviour" '(_"Wrap"
SF-OPTION _"Edge behavior" '(_"Wrap"
_"Smear"
_"Black"))