Sync up with trunk r61578.
[reactos.git] / base / applications / cmdutils / hostname / lang / en-US.rc
index 1aa3369..d1ee89e 100644 (file)
@@ -2,7 +2,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
 STRINGTABLE
 BEGIN
-    IDS_USAGE, "Print the current host's name.\n\nhostname"
-    IDS_NOSET, "hostname -s is not supported."
-    IDS_ERROR, "Win32 error"
+    IDS_USAGE "Print the current host's name.\n\nhostname"
+    IDS_NOSET "hostname -s is not supported."
+    IDS_ERROR "Win32 error"
 END