Templates/TemplatePropertiesDialog.py

changeset 5792
519a193a19d7
parent 5769
944c04cec861
child 5794
f8cf9bcaa1fa
--- a/Templates/TemplatePropertiesDialog.py	Thu Jul 06 18:59:43 2017 +0200
+++ b/Templates/TemplatePropertiesDialog.py	Thu Jul 06 19:13:51 2017 +0200
@@ -119,9 +119,9 @@
                 label=self.tr("<b>Template Help</b>"),
                 help=self.tr(
                     """<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>"""
+                    """ enclose the variable name with $-characters. When"""
+                    """ you use the template, you will then be asked for a"""
+                    """ value for this variable.</p>"""
                     """<p>Example template: This is a $VAR$</p>"""
                     """<p>When you use this template you will be prompted"""
                     """ for a value for the variable $VAR$. Any occurrences"""
@@ -146,7 +146,7 @@
                     """</td></tr>"""
                     """<tr><td>rl</td><td>Specifies a repeated line"""
                     """ formatting. Each line of the variable contents is"""
-                    """ prefixed with the string occuring before the"""
+                    """ prefixed with the string occurring before the"""
                     """ variable on the same line of the template."""
                     """</td></tr>"""
                     """</table></p>"""

eric ide

mercurial