Did forget the info I did change it is remove all hardcode string to En.rc to make it easy to translate Modified: trunk/reactos/subsys/system/cmd/attrib.c Modified: trunk/reactos/subsys/system/cmd/choice.c Modified: trunk/reactos/subsys/system/cmd/internal.c _____
Modified: trunk/reactos/subsys/system/cmd/attrib.c --- trunk/reactos/subsys/system/cmd/attrib.c 2005-04-02 20:23:01 UTC (rev 14457) +++ trunk/reactos/subsys/system/cmd/attrib.c 2005-04-02 20:27:41 UTC (rev 14458) @@ -27,6 +27,9 @@
* * 23-Jan-1999 (Eric Kohl ekohl@abo.rhein-zeitung.de) * Added handling of multiple filenames. + * + * 02-Apr-2005 (Magnus Olsen) magnus@greatlord.com) + * Remove all hardcode string to En.rc */
#include "precomp.h" _____
Modified: trunk/reactos/subsys/system/cmd/choice.c --- trunk/reactos/subsys/system/cmd/choice.c 2005-04-02 20:23:01 UTC (rev 14457) +++ trunk/reactos/subsys/system/cmd/choice.c 2005-04-02 20:27:41 UTC (rev 14458) @@ -16,6 +16,7 @@
* 02 Apr 2005 (Magnus Olsen * Remove Hardcode string so * they can be translate + * */
#include "precomp.h" _____
Modified: trunk/reactos/subsys/system/cmd/internal.c --- trunk/reactos/subsys/system/cmd/internal.c 2005-04-02 20:23:01 UTC (rev 14457) +++ trunk/reactos/subsys/system/cmd/internal.c 2005-04-02 20:27:41 UTC (rev 14458) @@ -124,8 +124,8 @@
* Improved chdir/cd command. * * 02-Apr-2004 (Magnus Olsen magnus@greatlord.com) - 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"