commit 3746c8ed68505ac3110a444c0dd53e272d807294
parent 7774783cf4bf5275a97cdfde45a0301a0296ece1
Author: Paul <paul@claws-mail.org>
Date: Tue, 21 Oct 2014 11:10:34 +0100
fix some missing whitespace, and standardise the placement of the whitespace. thanks to Thomas Bellmann.
Diffstat:
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/src/plugins/python/python_plugin.c b/src/plugins/python/python_plugin.c
@@ -728,23 +728,23 @@ const gchar *plugin_name(void)
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"
- "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"