fix some missing whitespace, and standardise the placement of the whitespace. thanks...
authorPaul <paul@claws-mail.org>
Tue, 21 Oct 2014 10:10:34 +0000 (11:10 +0100)
committerPaul <paul@claws-mail.org>
Tue, 21 Oct 2014 10:10:34 +0000 (11:10 +0100)
src/plugins/python/python_plugin.c

index e4efa46637bbfdb1e7afa8716bc9fe6287e2a9b1..69d7e58064b5469d66c4efa3c592ad8e60c8314c 100644 (file)
@@ -728,23 +728,23 @@ const gchar *plugin_name(void)
 const gchar *plugin_desc(void)
 {
   return _("This plugin provides Python integration features.\n"
 const gchar *plugin_desc(void)
 {
   return _("This plugin provides Python integration features.\n"
-      "Python code can be entered interactively into an embedded Python console,"
-      " under Tools -> Show Python console, or stored in scripts.\n\n"
-      "These scripts are then available via the menu. You can assign"
-      " keyboard shortcuts to them just like it is done with other menu items."
-      " You can also put buttons for script invocation into the toolbars"
-      " using Claws Mail's builtin toolbar editor.\n\n"
-      "You can provide scripts working on the main window by placing files"
-      " into ~/.claws-mail/python-scripts/main.\n\n"
-      "You can also provide scripts working on an open compose window"
-      " by placing files into ~/.claws-mail/python-scripts/compose.\n\n"
-      "The folder ~/.claws-mail/python-scripts/auto/ may contain some"
-      " scripts that are automatically executed when certain events"
-      " occur. Currently, the following files in this directory"
-      " are recognised:\n\n"
+      "Python code can be entered interactively into an embedded Python console, "
+      "under Tools -> Show Python console, or stored in scripts.\n\n"
+      "These scripts are then available via the menu. You can assign "
+      "keyboard shortcuts to them just like it is done with other menu items. "
+      "You can also put buttons for script invocation into the toolbars "
+      "using Claws Mail's builtin toolbar editor.\n\n"
+      "You can provide scripts working on the main window by placing files "
+      "into ~/.claws-mail/python-scripts/main.\n\n"
+      "You can also provide scripts working on an open compose window "
+      "by placing files into ~/.claws-mail/python-scripts/compose.\n\n"
+      "The folder ~/.claws-mail/python-scripts/auto/ may contain some "
+      "scripts that are automatically executed when certain events "
+      "occur. Currently, the following files in this directory "
+      "are recognised:\n\n"
       "compose_any\n"
       "compose_any\n"
-      "Gets executed whenever a compose window is opened, no matter"
-      "if that opening happened as a result of composing a new message,"
+      "Gets executed whenever a compose window is opened, no matter "
+      "if that opening happened as a result of composing a new message, "
       "replying or forwarding a message.\n\n"
       "startup\n"
       "Executed at plugin load\n\n"
       "replying or forwarding a message.\n\n"
       "startup\n"
       "Executed at plugin load\n\n"