diff --git a/python/pcb.py b/python/pcb.py
index 55abc20371638e5f4b7581b4343ce6bcbbfb659b..2eef4e3253459facb2ba565d55be4841fc09e69f 100755
--- a/python/pcb.py
+++ b/python/pcb.py
@@ -5753,7 +5753,7 @@ class regulator_SOT223(part):
       #
       self.shape = translate(pad_SOT223,-.09,-.12,0)
       self.pad.append(point(-.09,-.12,0))
-      self.labels.append(self.text(self.pad[-1].x,self.pad[-1].y,self.pad[-1].z,'1G'))
+      self.labels.append(self.text(self.pad[-1].x,self.pad[-1].y,self.pad[-1].z,'.G'))
       #
       # pin 2: output
       #