Explorar o código

Quac: Explain to hold right when emtpy

Willy-JL hai 1 ano
pai
achega
efe995273d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,