changed joystick direction texts to more generic 'axis/pad' in setup menu
authorHolger Schemel <info@artsoft.org>
Tue, 25 Jul 2017 19:32:47 +0000 (21:32 +0200)
committerHolger Schemel <info@artsoft.org>
Tue, 25 Jul 2017 19:32:47 +0000 (21:32 +0200)
src/screens.c

index 265c9e2f45d1a7e0456031e680df77035eb7af5b..be86d2e69a0d0cc7d68b9d6cf200c5ecaab75315 100644 (file)
@@ -6003,10 +6003,10 @@ static void drawPlayerSetupInputInfo(int player_nr, boolean active)
     char *text;
   } custom[] =
   {
-    { &custom_key.left,  "Joystick Left"  },
-    { &custom_key.right, "Joystick Right" },
-    { &custom_key.up,    "Joystick Up"    },
-    { &custom_key.down,  "Joystick Down"  },
+    { &custom_key.left,  "Axis/Pad Left"  },
+    { &custom_key.right, "Axis/Pad Right" },
+    { &custom_key.up,    "Axis/Pad Up"    },
+    { &custom_key.down,  "Axis/Pad Down"  },
     { &custom_key.snap,  "Button 1/A/X"   },
     { &custom_key.drop,  "Button 2/B/Y"   }
   };