+ fix doc string of CAD style
This commit is contained in:
parent
fab311cb00
commit
dd7e011726
|
@ -69,7 +69,7 @@ const char* CADNavigationStyle::mouseButtons(ViewerMode mode)
|
||||||
case NavigationStyle::PANNING:
|
case NavigationStyle::PANNING:
|
||||||
return QT_TR_NOOP("Press middle mouse button");
|
return QT_TR_NOOP("Press middle mouse button");
|
||||||
case NavigationStyle::DRAGGING:
|
case NavigationStyle::DRAGGING:
|
||||||
return QT_TR_NOOP("Press left and middle mouse button");
|
return QT_TR_NOOP("Press middle and left or right mouse button");
|
||||||
case NavigationStyle::ZOOMING:
|
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 middle and left click");
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user