Crowdin: Removing whitespace from widgets

Modified the code so that the whitespace was hardcoded since translators on Crowdin weren't adding the whitespace. Please review if correct. 
+ found some other typos/grammar issues along the way. 
CC @yorikvanhavre
This commit is contained in:
luzpaz
2017-12-31 15:35:59 -05:00
committed by wmayer
parent 1950bd1512
commit 5107d86b60
6 changed files with 14 additions and 14 deletions

View File

@@ -55,7 +55,7 @@ def export(exportList, filename):
# Success
FreeCAD.Console.PrintMessage(
translate("Arch", "successfully written ") + filename + "\n")
translate("Arch", "successfully written") + ' ' + filename + "\n")
def getObjectData(obj):