mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Minor change in two strings.
svn path=/trunk/; revision=17270
This commit is contained in:
parent
e6c6ee13be
commit
455ce26dde
2 changed files with 2 additions and 2 deletions
|
@ -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\
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#include <windows.h>
|
||||
#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 <reactos/version.rc>
|
||||
|
|
Loading…
Reference in a new issue