Templates/TemplatePropertiesDialog.py

changeset 564
b3d966393ba9
parent 541
00e1a5d060c5
child 791
9ec2ac20e54e
--- a/Templates/TemplatePropertiesDialog.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/Templates/TemplatePropertiesDialog.py	Sat Sep 04 19:51:48 2010 +0200
@@ -105,7 +105,7 @@
         """
         E5MessageBox.information(self,
             self.trUtf8("Template Help"),
-            self.trUtf8(\
+            self.trUtf8(
                 """<p>To use variables in a template, you just have to enclose"""
                 """ the variablename with $-characters. When you use the template,"""
                 """ you will then be asked for a value for this variable.</p>"""
@@ -194,4 +194,4 @@
                     self.descriptionEdit.text(), 
                     self.groupCombo.currentText(),
                     self.templateEdit.toPlainText()
-                   )
+                   )
\ No newline at end of file

eric ide

mercurial