From 20fb6056c0bbe69fd587e85b2a0a77c189e1e5b0 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Wed, 8 Aug 2007 17:57:30 +0000 Subject: [PATCH] Misordered descriptions. --- magic/src/blocks_chalk_drip.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magic/src/blocks_chalk_drip.c b/magic/src/blocks_chalk_drip.c index c5e888412..1333af859 100644 --- a/magic/src/blocks_chalk_drip.c +++ b/magic/src/blocks_chalk_drip.c @@ -118,10 +118,10 @@ char * blocks_chalk_drip_get_description(magic_api * api, int which) { if (which == TOOL_BLOCKS) return(strdup(gettext( -"Click and move the mouse around to turn the picture into a chalk drawing."))); +"Click and move the mouse around to make the picture blocky."))); else if (which == TOOL_CHALK) return(strdup(gettext( -"Click and move the mouse around to make the picture blocky."))); +"Click and move the mouse around to turn the picture into a chalk drawing."))); else if (which == TOOL_DRIP) return(strdup(gettext( "Click and move the mouse around to make the picture drip.")));