diff --git a/src/kode/deletePlayer.cpp b/src/kode/deletePlayer.cpp
index c3c169da25da5d00f5f8ea57b51a7d4a24eaf7be..99527215f837def92efdcc089b044b0071c5f554 100644
--- a/src/kode/deletePlayer.cpp
+++ b/src/kode/deletePlayer.cpp
@@ -42,7 +42,7 @@ void deletePlayer()
             case 2:
                 do
                 {
-                    id = lesInt("\nPlease type the ID of the player you wish to edit\n",0,10000);
+                    id = lesInt("\nPlease type the ID of the player you wish to delete\n",0,10000);
                     index = searchByID(id,1);
                     if (index == -1)
                     {