From 455ce26dde14040f85a30308d1c4cd97cef5bbd5 Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Wed, 10 Aug 2005 21:09:05 +0000 Subject: [PATCH] Minor change in two strings. svn path=/trunk/; revision=17270 --- reactos/subsys/system/sm/En.rc | 2 +- reactos/subsys/system/sm/sm.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/system/sm/En.rc b/reactos/subsys/system/sm/En.rc index af05f47224d..e9f3338ecdd 100644 --- a/reactos/subsys/system/sm/En.rc +++ b/reactos/subsys/system/sm/En.rc @@ -46,7 +46,7 @@ IDS_ID, "SubSystem ID: %d\n\ IDS_Not_Imp, "not implemented\n" -IDS_Mangers, "ReactOS/Win32 Session Manager Control Tool\n\n" +IDS_Mangers, "ReactOS/Win32 - Session Manager Control Tool\n\n" IDS_USING, "Usage:\n\ \tsm\n\ diff --git a/reactos/subsys/system/sm/sm.rc b/reactos/subsys/system/sm/sm.rc index 75b5e5d5a6a..a4db61a0a18 100644 --- a/reactos/subsys/system/sm/sm.rc +++ b/reactos/subsys/system/sm/sm.rc @@ -1,5 +1,5 @@ #include -#define REACTOS_STR_FILE_DESCRIPTION "ReactOS/Win32 Session Manager Control Tool\0" +#define REACTOS_STR_FILE_DESCRIPTION "ReactOS/Win32 - Session Manager Control Tool\0" #define REACTOS_STR_INTERNAL_NAME "sm\0" #define REACTOS_STR_ORIGINAL_FILENAME "sm.exe\0" #include