Crowdin: Arch/ArchFloor.py grammar and refinement
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
|
||||
#***************************************************************************
|
||||
#* *
|
||||
#* Copyright (c) 2011 *
|
||||
#* Yorik van Havre <yorik@uncreated.net> *
|
||||
#* Copyright (c) 2011 Yorik van Havre <yorik@uncreated.net> *
|
||||
#* *
|
||||
#* This program is free software; you can redistribute it and/or modify *
|
||||
#* it under the terms of the GNU Lesser General Public License (LGPL) *
|
||||
@@ -99,9 +98,9 @@ class _CommandFloor:
|
||||
else:
|
||||
warning = True
|
||||
if warning :
|
||||
message = translate( "Arch" , "You can put anything but Site, Building, Floor object in a Floor object.\n\
|
||||
Floor object are not allowed to accept Site or Building object.\n\
|
||||
Site, Building and Floor objects will be removed from the selection.\n\
|
||||
message = translate( "Arch" , "You can put anything but the following objects: Site, Building, and Floor - in a Floor object.\n\
|
||||
Floor object is not allowed to accept Site or Building objects.\n\
|
||||
Site, Building, and Floor objects will be removed from the selection.\n\
|
||||
You can change that in the preferences.") + "\n"
|
||||
ArchCommands.printMessage( message )
|
||||
if sel and len(floorobj) == 0:
|
||||
|
||||
Reference in New Issue
Block a user