src/eric7/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9473
3f23dbf37dbe
child 9653
e67609152c5e
--- a/src/eric7/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py	Tue Dec 06 16:57:54 2022 +0100
+++ b/src/eric7/Plugins/VcsPlugins/vcsGit/ProjectBrowserHelper.py	Tue Dec 06 17:35:41 2022 +0100
@@ -694,7 +694,7 @@
                 self.parent(),
                 self.tr("Remove from repository only"),
                 self.tr(
-                    "Do you really want to remove these files" " from the repository?"
+                    "Do you really want to remove these files from the repository?"
                 ),
                 names,
             )
@@ -707,7 +707,7 @@
                 self.parent(),
                 self.tr("Remove from repository only"),
                 self.tr(
-                    "Do you really want to remove these files" " from the repository?"
+                    "Do you really want to remove these files from the repository?"
                 ),
                 files,
             )

eric ide

mercurial