From 17cc8a158942a1c96613874a530dd77b3fc692a2 Mon Sep 17 00:00:00 2001 From: titiger Date: Mon, 2 Feb 2015 20:49:36 +0100 Subject: [PATCH] better help text for map editor --- source/glest_map_editor/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_map_editor/main.cpp b/source/glest_map_editor/main.cpp index adbfc520..cd77f590 100644 --- a/source/glest_map_editor/main.cpp +++ b/source/glest_map_editor/main.cpp @@ -1596,7 +1596,7 @@ bool App::OnInit() { std::cout << "glest_map_editor [GBM OR MGM FILE]" << std::endl << std::endl; std::cout << "Creates or edits glest/megaglest maps." << std::endl; std::cout << "Draw with left mouse button (select what and how large area in menu or toolbar)" << std::endl; - std::cout << "Pan trough the map with right mouse button" << std::endl; + std::cout << "Move map with right mouse button" << std::endl; std::cout << "Zoom with middle mouse button or mousewheel" << std::endl; // std::cout << " ~ more helps should be written here ~" << std::endl;