From bea296f728058d7627b663ef959adf95fd02b373 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 21 Dec 1999 08:20:41 +0000 Subject: [PATCH] Tue Dec 21 08:12:29 PST 1999 (Raster) fix some consitancies for text but peter um.. :) not all that patch was typos.. the original spelling was correct. I was using "English" not "American" :) (note Enlish spelligns for colour is coloUr not color, and initialise is with an S not a Z in English) :) SVN revision: 1712 --- src/ChangeLog | 10 ++++++++++ src/fx.c | 6 +++--- src/handlers.c | 4 ++-- src/memory.c | 2 +- src/pager.c | 4 ++-- src/setup.c | 2 +- 6 files changed, 19 insertions(+), 9 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7b7a0409..e182091d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -4077,3 +4077,13 @@ Tue Dec 21 08:02:15 PST 1999 (Raster) add in patches from 2 AUTHORS for internationalisation... + +------------------------------------------------------------------------------- + +Tue Dec 21 08:12:29 PST 1999 +(Raster) + +fix some consitancies for text but peter um.. :) not all that patch was +typos.. the original spelling was correct. I was using "English" not "American" +:) (note Enlish spelligns for colour is coloUr not color, and initialise is +with an S not a Z in English) :) diff --git a/src/fx.c b/src/fx.c index 769f57eb..485a386d 100644 --- a/src/fx.c +++ b/src/fx.c @@ -256,7 +256,7 @@ FX_ripple_timeout(int val, void *data) "You have just started the Ripples Effect.\n" "\n" "If you look closely on your desktop background, and if it\n" - "doesn't have a solid color (ie has a background texture or\n" + "doesn't have a solid colour (ie has a background texture or\n" "image), you will see a pool of water at the bottom of your\n" "screen that reflects everything above it and \"ripples\".\n" "\n" @@ -409,7 +409,7 @@ FX_raindrops_timeout(int val, void *data) "display because shared pixmaps are not available on this\n" "X-Server.\n" "\n" - "This may be due to either the X-Server not implimenting\n" + "This may be due to either the X-Server not implementing\n" "shared pixmaps, or shared pixmaps being disabled in\n" "Imlib's configuration.\n" "\n" @@ -425,7 +425,7 @@ FX_raindrops_timeout(int val, void *data) "You have just started the Raindrops Effect.\n" "\n" "If you look closely on your desktop background, and if it\n" - "doesn't have a solid color (ie has a background texture or\n" + "doesn't have a solid colour (ie has a background texture or\n" "image), you will see \"raindrops\" hit the background and\n" "make little splashes. This Effect can be VERY CPU intensive.\n" "\n" diff --git a/src/handlers.c b/src/handlers.c index be02d48e..95d1ac51 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -62,7 +62,7 @@ HandleSigIll(int num) "binary of Enlightenment that was compiled for a make or model\n" "of CPU not 100%% identical or compatible with yours. Please\n" "either obtain the correct package for your system, or\n" - "re-compile enlightenment and possibly any support libraries\n" + "re-compile Enlightenment and possibly any support libraries\n" "that you got in binary format to run Enlightenment.\n")); doExit("error"); EDBUG_RETURN_; @@ -237,7 +237,7 @@ EHandleXError(Display * d, XErrorEvent * ev) Alert(_ ("Are you absolutely sure you want to have Enlightenment\n" "edit your startup files for you?\n" "\n" - "If your startup files are highly customized this may not\n" + "If your startup files are highly customised this may not\n" "work.\n" "\n" "Are you ABSOLUTELY sure?\n")); RESET_ALERT; AddE(); diff --git a/src/memory.c b/src/memory.c index 4cfcca58..6040d175 100644 --- a/src/memory.c +++ b/src/memory.c @@ -198,7 +198,7 @@ __Emalloc(int size, const char *file, int line) _("Quit Enlightenment")); Alert(_("WARNING!!!!!!\n" "\n" - "Allocation for %i bytes (%3.0f Kb or %3.1f Mb) did not succeed.\n" + "Allocation for %i bytes (%3.0f kB or %3.1f MB) did not succeed.\n" "\n" "Either this is a bug where ridiculous amounts of memory\n" "are being allocated, or your system has run out of both\n" diff --git a/src/pager.c b/src/pager.c index 6edc8c34..ba31ca63 100644 --- a/src/pager.c +++ b/src/pager.c @@ -531,7 +531,7 @@ CreatePager(void) "but it is incapable of doing ZPixmap Shared pixmaps\n" "(The server does not claim to be able to do them).\n" "\n" - "The pager in enlightenment will run slowly in snapshot\n" + "The pager in Enlightenment will run slowly in snapshot\n" "mode if you continue to use that mode of the pager\n" "under these conditions.\n" "\n" @@ -547,7 +547,7 @@ CreatePager(void) "not have Shared Pixmaps enabled in your Imlib configuration.\n" "\n" "Please enable Shared Pixmaps in your Imlib configuration\n" - "then restart enlightenment to gain better performance for\n" + "then restart Enlightenment to gain better performance for\n" "the pagers when snapshot mode is enabled.\n" "\n")); } diff --git a/src/setup.c b/src/setup.c index 70f6bb8d..62698bfa 100644 --- a/src/setup.c +++ b/src/setup.c @@ -405,7 +405,7 @@ SetupX() _("Ignore this error"), "", _("Quit Enlightenment")); Alert(_("WARNING:\n" - "This is not an X11 Xserver. It infact talks the X%i protocol.\n" + "This is not an X11 Xserver. It in fact talks the X%i protocol.\n" "This may mean Enlightenment will either not function, or\n" "function incorrectly. If it is later than X11, then your\n" "server is one the author of Enlightenment neither have\n"