Preferences/Shortcuts.py

changeset 3038
7fe9a53280bd
parent 3025
67064c71df21
child 3060
5883ce99ee12
child 3160
209a07d7e401
diff -r a417a0670a36 -r 7fe9a53280bd Preferences/Shortcuts.py
--- a/Preferences/Shortcuts.py	Sat Oct 19 16:14:07 2013 +0200
+++ b/Preferences/Shortcuts.py	Sat Oct 19 16:51:12 2013 +0200
@@ -205,7 +205,7 @@
                 "Shortcuts",
                 "<p>The keyboard shortcuts could not be written to file"
                 " <b>{0}</b>.</p>")
-                .format(fn))
+            .format(fn))
 
 
 def importShortcuts(fn):
@@ -237,7 +237,7 @@
                 "Shortcuts",
                 "<p>The keyboard shortcuts could not be read from file"
                 " <b>{0}</b>.</p>")
-                .format(fn))
+            .format(fn))
         return
 
 

eric ide

mercurial