Skip to content

Commit

Permalink
Description changed
Browse files Browse the repository at this point in the history
  • Loading branch information
grimes2 committed Apr 27, 2023
1 parent 9877c5b commit 41cfcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foo_preview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class mainmenu_commands_preview : public mainmenu_commands
virtual bool get_description(t_uint32 p_index, pfc::string_base& p_out)
{
if (p_index == 0)
p_out = "Toggle preview";
p_out = "Plays first seconds of consecutive tracks.";
else
return false;
return true;
Expand Down

0 comments on commit 41cfcbe

Please sign in to comment.