From: Paul Date: Tue, 21 Oct 2014 10:10:34 +0000 (+0100) Subject: fix some missing whitespace, and standardise the placement of the whitespace. thanks... X-Git-Tag: 3.11.1~13 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=3746c8ed68505ac3110a444c0dd53e272d807294 fix some missing whitespace, and standardise the placement of the whitespace. thanks to Thomas Bellmann. --- diff --git a/src/plugins/python/python_plugin.c b/src/plugins/python/python_plugin.c index e4efa4663..69d7e5806 100644 --- 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"