diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-30 15:55:03 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-12-30 15:55:03 +0000 |
commit | 6dbb05a4cba3cdc811308762058d722f11464683 (patch) | |
tree | b4b68ef20ab05d2febda81b94081f10c55bd89c9 /src/post/goom | |
parent | 9ffebca9fa071a664aba11d03484fa81a4e4522b (diff) | |
download | xine-lib-6dbb05a4cba3cdc811308762058d722f11464683.tar.gz xine-lib-6dbb05a4cba3cdc811308762058d722f11464683.tar.bz2 |
Manual port of the color→colour change to 1.2; should make merging easier.
Diffstat (limited to 'src/post/goom')
-rw-r--r-- | src/post/goom/xine_goom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/goom/xine_goom.c b/src/post/goom/xine_goom.c index 50e72472b..47bd12942 100644 --- a/src/post/goom/xine_goom.c +++ b/src/post/goom/xine_goom.c @@ -219,8 +219,8 @@ static void *goom_init_plugin(xine_t *xine, void *data) cfg->register_enum (cfg, "effects.goom.csc_method", 0, goom_csc_methods, - _("colorspace conversion method"), - _("You can choose the colorspace conversion method used by goom.\n" + _("colour space conversion method"), + _("You can choose the colour space conversion method used by goom.\n" "The available selections should be self-explaining."), 20, csc_method_changed_cb, this); |