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"