This commit is contained in:
wmayer
2012-12-20 23:25:15 +01:00
parent adada37807
commit a0c573ce93
2 changed files with 7 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ const char* CADNavigationStyle::mouseButtons(ViewerMode mode)
case NavigationStyle::DRAGGING:
return QT_TR_NOOP("Press left and middle mouse button");
case NavigationStyle::ZOOMING:
return QT_TR_NOOP("Scroll middle mouse button or middle and cklicking left");
return QT_TR_NOOP("Scroll middle mouse button or middle and left click");
default:
return "No description";
}