Preferences/Shortcuts.py

changeset 3010
befeff46ec0f
parent 2408
dc3a7c9d8f6e
child 3020
542e97d4ecb3
child 3057
10516539f238
diff -r bf5ae5d7477d -r befeff46ec0f Preferences/Shortcuts.py
--- a/Preferences/Shortcuts.py	Sat Oct 12 17:31:40 2013 +0200
+++ b/Preferences/Shortcuts.py	Sat Oct 12 18:25:29 2013 +0200
@@ -41,7 +41,8 @@
     
     @keyparam prefClass preferences class used as the storage area
     @keyparam helpViewer reference to the help window object
-    @keyparam pluginName name of the plugin for which to load shortcuts (string)
+    @keyparam pluginName name of the plugin for which to load shortcuts
+        (string)
     """
     if helpViewer is None and pluginName is None:
         for act in e5App().getObject("Project").getActions():
@@ -199,8 +200,10 @@
     else:
         E5MessageBox.critical(None,
             QApplication.translate("Shortcuts", "Export Keyboard Shortcuts"),
-            QApplication.translate("Shortcuts",
-                "<p>The keyboard shortcuts could not be written to file <b>{0}</b>.</p>")
+            QApplication.translate(
+                "Shortcuts",
+                "<p>The keyboard shortcuts could not be written to file"
+                " <b>{0}</b>.</p>")
                 .format(fn))
 
 
@@ -228,8 +231,10 @@
     else:
         E5MessageBox.critical(None,
             QApplication.translate("Shortcuts", "Import Keyboard Shortcuts"),
-            QApplication.translate("Shortcuts",
-                "<p>The keyboard shortcuts could not be read from file <b>{0}</b>.</p>")
+            QApplication.translate(
+                "Shortcuts",
+                "<p>The keyboard shortcuts could not be read from file"
+                " <b>{0}</b>.</p>")
                 .format(fn))
         return
 

eric ide

mercurial