summaryrefslogtreecommitdiff
path: root/src/xine-engine/alphablend.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-24 18:58:26 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-12-24 18:58:26 +0000
commit9f911a4387602eba171b314e3cfe02ce0deabf60 (patch)
tree5a5f04728ec7b879807293ed20e2d34bba8edd76 /src/xine-engine/alphablend.c
parentd53222b72961aade08fb12b4ac1ed00f9268c67d (diff)
downloadxine-lib-9f911a4387602eba171b314e3cfe02ce0deabf60.tar.gz
xine-lib-9f911a4387602eba171b314e3cfe02ce0deabf60.tar.bz2
Consistently use "colour", "colour key", "colour space" in output.
Some instances of "key colour" remain; ffmpeg is unmodified. This change has caused two strings with two translations to collide (the strings have become identical since some instances already used "colour"). I have therefore arbitrarily dropped the first of the differing translations, the one for the string at src/video_out/video_out_directfb.c:1365.
Diffstat (limited to 'src/xine-engine/alphablend.c')
-rw-r--r--src/xine-engine/alphablend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/alphablend.c b/src/xine-engine/alphablend.c
index 8fcc4c469..a7ab33cf8 100644
--- a/src/xine-engine/alphablend.c
+++ b/src/xine-engine/alphablend.c
@@ -1959,7 +1959,7 @@ static int xx44_paletteIndex(xx44_palette_t *p, int color, uint32_t clut)
}
if (p->max_used == p->size -1) {
- printf("video_out: Warning! Out of xx44 palette colors!\n");
+ printf("video_out: Warning! Out of xx44 palette colours!\n");
return 1;
}
p->cluts[p->max_used] = clut;