video zoom: Fix reset command capitalization

This commit is contained in:
arch1t3cht 2023-04-21 22:59:02 +02:00
parent 352e41f19b
commit 0f13a75a42
1 changed files with 2 additions and 2 deletions

View File

@ -605,8 +605,8 @@ struct video_opt_autoscroll final : public Command {
struct video_pan_reset final : public validator_video_loaded {
CMD_NAME("video/pan_reset")
STR_MENU("Reset video pan")
STR_DISP("Reset video pan")
STR_MENU("Reset Video Pan")
STR_DISP("Reset Video Pan")
STR_HELP("Reset the video pan to the original value")
void operator()(agi::Context *c) override {