src/eric7/Templates/TemplateViewer.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9482
a2bc06a54d9d
child 9624
b47dfa7a137d
--- a/src/eric7/Templates/TemplateViewer.py	Tue Dec 06 16:57:54 2022 +0100
+++ b/src/eric7/Templates/TemplateViewer.py	Tue Dec 06 17:35:41 2022 +0100
@@ -578,7 +578,7 @@
             self,
             self.tr("Export Templates"),
             "",
-            self.tr("Templates Files (*.ecj);;" "All Files (*)"),
+            self.tr("Templates Files (*.ecj);;All Files (*)"),
             "",
             EricFileDialog.DontConfirmOverwrite,
         )
@@ -767,7 +767,7 @@
                     count += len(indent)
 
             if "i_n_s_e_r_t_i_o_n" in txt and "s_e_l_e_c_t" in txt:
-                txt = "'Insertion and selection can not be in" " template together'"
+                txt = "'Insertion and selection can not be in template together'"
 
             if "i_n_s_e_r_t_i_o_n" in txt:
                 lines = 1
@@ -1005,7 +1005,7 @@
                     self,
                     self.tr("Read Templates"),
                     self.tr(
-                        "<p>The templates file <b>{0}</b> could not be read." "</p>"
+                        "<p>The templates file <b>{0}</b> could not be read.</p>"
                     ).format(filename),
                 )
 

eric ide

mercurial