From 171d09f2ac9d336747513c1083bcb483f8cc3aeb Mon Sep 17 00:00:00 2001 From: luzpaz Date: Sun, 1 Jan 2023 09:29:39 -0500 Subject: [PATCH] Crowdin: [skip ci] fix string in `Arch/ArchSite.py` Props to david69 https://crowdin.com/translate/freecad/6766/en-fr#6604817 --- src/Mod/Arch/ArchSite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/ArchSite.py b/src/Mod/Arch/ArchSite.py index 7b7de59f33..dd0b15fa75 100644 --- a/src/Mod/Arch/ArchSite.py +++ b/src/Mod/Arch/ArchSite.py @@ -609,7 +609,7 @@ class _Site(ArchIFC.IfcProduct): if not "Elevation" in pl: obj.addProperty("App::PropertyLength","Elevation","Site",QT_TRANSLATE_NOOP("App::Property","The elevation of level 0 of this site")) if not "Url" in pl: - obj.addProperty("App::PropertyString","Url","Site",QT_TRANSLATE_NOOP("App::Property","A url that shows this site in a mapping website")) + obj.addProperty("App::PropertyString","Url","Site",QT_TRANSLATE_NOOP("App::Property","A URL that shows this site in a mapping website")) if not "Additions" in pl: obj.addProperty("App::PropertyLinkList","Additions","Site",QT_TRANSLATE_NOOP("App::Property","Other shapes that are appended to this object")) if not "Subtractions" in pl: