Sync up with trunk r61578.
[reactos.git] / base / applications / logoff / lang / en-US.rc
index b790ae8..5582874 100644 (file)
@@ -2,14 +2,10 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
 STRINGTABLE
 BEGIN
-
-IDS_USAGE, "Terminates a session.\n\n\
+    IDS_USAGE "Terminates a session.\n\n\
   /v\t\tDisplays information about the actions performed.\n\
   /?\t\tShows this information.\n\n"
-
-IDS_LOGOFF_REMOTE, "Terminating session on remote machine."
-IDS_LOGOFF_LOCAL,  "Terminating the current session on this machine."
-
-IDS_ILLEGAL_PARAM, "Invalid parameter(s)\n"
+    IDS_LOGOFF_REMOTE "Terminating session on remote machine."
+    IDS_LOGOFF_LOCAL "Terminating the current session on this machine."
+    IDS_ILLEGAL_PARAM "Invalid parameter(s)\n"
 END
-/* EOF */