[Crowdin] string fix + misc. typo and whitespace fixes

* Crowdin link: https://crowdin.com/translate/freecad/6766/en-hu#6576162  
* Tacked on a few typo+whitespace fixes
This commit is contained in:
luz.paz
2019-06-20 02:58:39 -04:00
committed by wmayer
parent 54c6537a21
commit 3fe94ea7cf
6 changed files with 25 additions and 27 deletions

View File

@@ -507,7 +507,7 @@ SbBool MayaGestureNavigationStyle::processSoEvent(const SoEvent * const ev)
//end of dragging/panning/whatever
setViewingMode(NavigationStyle::SELECTION);
processed = true;
} //else of if (some bottons down)
} //end of else (some buttons down)
break;
} //switch(button)
} //if(evIsButton)