+ fixes #0001309: Revise Mouse Dialog Edit->Preferences->Display->CAD Navigation->[Mouse]

This commit is contained in:
wmayer
2014-03-09 15:36:33 +01:00
parent 064b5f851c
commit 7430d7d11b
3 changed files with 30 additions and 1 deletions

View File

@@ -71,7 +71,8 @@ const char* CADNavigationStyle::mouseButtons(ViewerMode mode)
case NavigationStyle::DRAGGING:
return QT_TR_NOOP("Press middle and left or right mouse button");
case NavigationStyle::ZOOMING:
return QT_TR_NOOP("Scroll middle mouse button or middle and left click");
return QT_TR_NOOP("Scroll middle mouse button or keep middle button pressed\n"
"while doing a left or right click and move the mouse up or down");
default:
return "No description";
}