Crowdin: more fixes

This commit is contained in:
luz.paz
2018-04-29 09:09:22 -04:00
committed by luz paz
parent bc0a885518
commit a529ba1787
3 changed files with 8 additions and 8 deletions

View File

@@ -278,14 +278,14 @@ class _CommandSite:
else:
warning = True
if warning :
message = translate( "Arch" , "Please select only Building objects or nothing!\n\
Site are not allowed to accept other object than Building.\n\
Other objects will be removed from the selection.\n\
You can change that in the preferences.") + "\n"
message = translate( "Arch" , "Please either select only Building objects or nothing at all!\n\
Site is not allowed to accept any other object besides Building.\n\
Other objects will be removed from the selection.\n\
Note: You can change that in the preferences." )
ArchCommands.printMessage( message )
if sel and len(siteobj) == 0:
message = translate( "Arch" , "There is no valid object in the selection.\n\
Site creation aborted.") + "\n"
Site creation aborted.") + "\n"
ArchCommands.printMessage( message )
else :
ss = "[ "