diff --git a/FFXIVClassic Map Server/Properties/Resources.Designer.cs b/FFXIVClassic Map Server/Properties/Resources.Designer.cs
index d0cae89c..a49ec70e 100644
--- a/FFXIVClassic Map Server/Properties/Resources.Designer.cs
+++ b/FFXIVClassic Map Server/Properties/Resources.Designer.cs
@@ -64,7 +64,7 @@ namespace FFXIVClassic_Map_Server.Properties {
/// Looks up a localized string similar to Adds the specified currency to the current player's inventory
///
///*Syntax: givecurrency <quantity>
- /// givecurrency <quantity> <type>
+ /// givecurrency <type> <quantity>
///<type> is the specific type of currency desired, defaults to gil if no type specified.
///
public static string CPgivecurrency {
@@ -176,7 +176,7 @@ namespace FFXIVClassic_Map_Server.Properties {
/// Looks up a localized string similar to Removes the specified currency from the current player's inventory
///
///*Syntax: removecurrency <quantity>
- /// removecurrency <quantity> <type>
+ /// removecurrency <type> <quantity>
///<type> is the specific type of currency desired, defaults to gil if no type specified.
///
public static string CPremovecurrency {
diff --git a/FFXIVClassic Map Server/Properties/Resources.resx b/FFXIVClassic Map Server/Properties/Resources.resx
index f121876e..a5b7477e 100644
--- a/FFXIVClassic Map Server/Properties/Resources.resx
+++ b/FFXIVClassic Map Server/Properties/Resources.resx
@@ -121,7 +121,7 @@
Adds the specified currency to the current player's inventory
*Syntax: givecurrency <quantity>
- givecurrency <quantity> <type>
+ givecurrency <type> <quantity>
<type> is the specific type of currency desired, defaults to gil if no type specified
@@ -173,7 +173,7 @@ Server Administration: givecurrency, giveitem, givekeyitem, removecurrency, remo
Removes the specified currency from the current player's inventory
*Syntax: removecurrency <quantity>
- removecurrency <quantity> <type>
+ removecurrency <type> <quantity>
<type> is the specific type of currency desired, defaults to gil if no type specified