From 313b67d59b3cc1dee190cd3d0e303b1f29c55375 Mon Sep 17 00:00:00 2001 From: Karl Ove Hufthammer Date: Thu, 19 Jul 2007 18:27:04 +0000 Subject: [PATCH] Fixed punctuation and tweaked description. --- magic/src/foam.c | 2 +- magic/src/waves.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/magic/src/foam.c b/magic/src/foam.c index 4f2400f95..aead3979a 100644 --- a/magic/src/foam.c +++ b/magic/src/foam.c @@ -78,7 +78,7 @@ char * foam_get_name(magic_api * api, int which) // Return our descriptions, localized: char * foam_get_description(magic_api * api, int which) { - return(strdup(gettext("Click and drag the mouse to cover an area with foamy bubbles.."))); + return(strdup(gettext("Click and drag the mouse to cover an area with foamy bubbles."))); } // Do the effect: diff --git a/magic/src/waves.c b/magic/src/waves.c index 1e72191e0..10db05af9 100644 --- a/magic/src/waves.c +++ b/magic/src/waves.c @@ -53,7 +53,7 @@ char * waves_get_name(magic_api * api, int which) // Return our descriptions, localized: char * waves_get_description(magic_api * api, int which) { - return(strdup(gettext("Click to make the picture wavy. (Click towards the top for shorter waves; the bottom for taller waves. Click towards the left for small waves; the right for wide waves.)"))); + return(strdup(gettext("Click to make the picture wavy. Click toward the top for shorter waves, the bottom for taller waves, the left for small waves, and the right for long waves."))); }