From a979c1ec45248d738001fc91b61c663aee0c36ad Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 11 Feb 2019 16:59:03 -0500 Subject: [PATCH] Crowdin: follow-up to previous commit --- src/Mod/Arch/ArchFloor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/ArchFloor.py b/src/Mod/Arch/ArchFloor.py index 8b87047d77..f2d26c5a49 100644 --- a/src/Mod/Arch/ArchFloor.py +++ b/src/Mod/Arch/ArchFloor.py @@ -99,7 +99,7 @@ class _CommandFloor: warning = True if warning : 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\ +Floor object is not allowed to accept Site, Building, or Floor 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 )