Skip to content

Commit

Permalink
fixed typo in the doc of previous_page_smart
Browse files Browse the repository at this point in the history
  • Loading branch information
NightMachinery committed Jan 23, 2024
1 parent ef13e13 commit 28ded77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf_viewer/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6348,7 +6348,7 @@ CommandManager::CommandManager(ConfigManager* config_manager) {
command_human_readable_names["next_page"] = "Go to next page";
command_human_readable_names["previous_page"] = "Go to previous page";
command_human_readable_names["next_page_smart"] = "Go to next page (tries to go to the next column on two-column pages)";
command_human_readable_names["previous_page"] = "Go to previous page (tries to go to the previous column on two-column pages)";
command_human_readable_names["previous_page_smart"] = "Go to previous page (tries to go to the previous column on two-column pages)";
command_human_readable_names["open_document"] = "Open documents using native file explorer";
command_human_readable_names["add_bookmark"] = "Add an invisible bookmark in the current location";
command_human_readable_names["add_marked_bookmark"] = "Add a bookmark in the selected location";
Expand Down

0 comments on commit 28ded77

Please sign in to comment.