Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
change import menu item name
  • Loading branch information
Wumpf committed Aug 25, 2025
commit 3616fabd2559dd35a27ccfdeec94768c976c6f0f
2 changes: 1 addition & 1 deletion crates/viewer/re_ui/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ impl UICommand {
"Open any supported files (.rrd, images, meshes, …) in a new recording",
),
Self::Import => (
"Import…",
"Import into current recording…",
"Import any supported files (.rrd, images, meshes, …) in the current recording",
),

Expand Down