Procházet zdrojové kódy

Quac: Explain to hold right when emtpy

Willy-JL před 1 rokem
rodič
revize
efe995273d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      quac/scenes/scene_items.c

+ 1 - 1
quac/scenes/scene_items.c

@@ -75,7 +75,7 @@ void scene_items_on_enter(void* context) {
         // Add a bogus item - this lets the user still access the Action menu to import, etc
         action_menu_add_item(
             menu,
-            "<Empty>",
+            "<Empty, Hold Right>",
             EMPTY_ACTION_INDEX,
             scene_items_item_callback,
             ActionMenuItemTypeGroup,