diff --git a/src/Mod/Arch/ArchFloor.py b/src/Mod/Arch/ArchFloor.py index e235fd76e5..8b87047d77 100644 --- a/src/Mod/Arch/ArchFloor.py +++ b/src/Mod/Arch/ArchFloor.py @@ -2,8 +2,7 @@ #*************************************************************************** #* * -#* Copyright (c) 2011 * -#* Yorik van Havre * +#* Copyright (c) 2011 Yorik van Havre * #* * #* 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: