eric7/UI/UserInterface.py

branch
eric7
changeset 9153
506e35e424d5
parent 9152
8a68afaf1ba2
child 9167
2d2b9a26e904
diff -r 8a68afaf1ba2 -r 506e35e424d5 eric7/UI/UserInterface.py
--- a/eric7/UI/UserInterface.py	Thu Jun 16 18:28:59 2022 +0200
+++ b/eric7/UI/UserInterface.py	Fri Jun 17 16:36:14 2022 +0200
@@ -6771,7 +6771,7 @@
                 self,
                 self.tr("Export Keyboard Shortcuts"),
                 self.tr("""<p>The keyboard shortcuts file <b>{0}</b> exists"""
-                        """ already. Overwrite it?</p>""").format(str(fpath)))
+                        """ already. Overwrite it?</p>""").format(fpath))
             if fpath.exists() else
             True
         )

eric ide

mercurial