From 70ccaeb79703387625a67d5f8d98be607c76580d Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sat, 2 Apr 2005 20:27:41 +0000 Subject: [PATCH] Did forget the info I did change it is remove all hardcode string to En.rc to make it easy to translate svn path=/trunk/; revision=14458 --- reactos/subsys/system/cmd/attrib.c | 3 +++ reactos/subsys/system/cmd/choice.c | 1 + reactos/subsys/system/cmd/internal.c | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/system/cmd/attrib.c b/reactos/subsys/system/cmd/attrib.c index 9a08a69c71a..33548778a51 100644 --- a/reactos/subsys/system/cmd/attrib.c +++ b/reactos/subsys/system/cmd/attrib.c @@ -27,6 +27,9 @@ * * 23-Jan-1999 (Eric Kohl ) * Added handling of multiple filenames. + * + * 02-Apr-2005 (Magnus Olsen) ) + * Remove all hardcode string to En.rc */ #include "precomp.h" diff --git a/reactos/subsys/system/cmd/choice.c b/reactos/subsys/system/cmd/choice.c index d77742dd11e..16f216f8ebf 100644 --- a/reactos/subsys/system/cmd/choice.c +++ b/reactos/subsys/system/cmd/choice.c @@ -16,6 +16,7 @@ * 02 Apr 2005 (Magnus Olsen * Remove Hardcode string so * they can be translate + * */ #include "precomp.h" diff --git a/reactos/subsys/system/cmd/internal.c b/reactos/subsys/system/cmd/internal.c index 73c870189dc..9d3bafe1e3e 100644 --- a/reactos/subsys/system/cmd/internal.c +++ b/reactos/subsys/system/cmd/internal.c @@ -124,8 +124,8 @@ * Improved chdir/cd command. * * 02-Apr-2004 (Magnus Olsen ) - Remove all hard code string so they can be - translate to other langues. + * Remove all hard code string so they can be + * translate to other langues. */ #include "precomp.h"