[geany/geany-plugins] 984d5b: Revert "broke long sentence up to make translation easier"

Frank Lanitz git-noreply at xxxxx
Fri Mar 9 19:47:26 UTC 2012


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Fri, 09 Mar 2012 19:47:26
Commit:      984d5b6e0089d123d60fb89e52e06077969904f2
             https://github.com/geany/geany-plugins/commit/984d5b6e0089d123d60fb89e52e06077969904f2

Log Message:
-----------
Revert "broke long sentence up to make translation easier"

Shouldn't have been pushed as it was pushed by error.

This reverts commit de601537422283eeb61b97bbe781c257c39403b2.


Modified Paths:
--------------
    geanymacro/src/geanymacro.c

Modified: geanymacro/src/geanymacro.c
65 files changed, 27 insertions(+), 38 deletions(-)
===================================================================
@@ -768,43 +768,32 @@ void plugin_help(void)
 
 	/* create label */
 	label=gtk_label_new(
-		_("This Plugin implements Macros in Geany.\n\n")
-_("This plugin allows you to record and use your own macros. ")
-_("These are sequences of actions that can then be repeated with a single key combination. ")
-_("So if you had dozens of lines where you wanted to delete the last 2 characters, you could simpl\
-y start recording, press End, Backspace, Backspace, down line and then stop recording. ")
-_("Then simply trigger the macro and it would automatically edit the line and move to the next. ")
-_("Select Record Macro from the Tools menu and you will be prompted with a dialog box. ")
-_("You need to specify a key combination that isn't being used, and a name for the macro to help y\
-ou identify it. ")
-_("Then press Record. ")
-_("What you do in the editor is then recorded until you select Stop Recording Macro from the Tools\
- menu. ")
-_("Simply pressing the specified key combination will re-run the macro. ")
-_("To edit the macros you have, select Edit Macro from the Tools menu. ")
-_("You can select a macro and delete it, or re-record it. ")
-_("You can also click on a macro's name and change it, or the key combination and re-define that a\
-ssuming that it's not already in use. ")
-_("Selecting the edit option allows you to view all the individual elements that make up the macro\
-. ")
-_("You can select a diferent command for each element, move them, add new elements, delete element\
-s, or if it's replace/insert, you can edit the text that replaces the selected text, or is inserte\
-d.\n\n")
-
-_("The only thing to bear in mind is that undo and redo actions are not recorded, and won't be rep\
-layed when the macro is re-run.\n\n")
-
-
-_("You can alter the default behaviour of this plugin by selecting Plugin Manager under the Tools \
-menu, selecting this plugin, and cliking Preferences. ")
-_("You can change:\n")
-_("Save Macros when close Geany - If this is selected then Geany will save any recorded macros and\
- reload them for use the next time you open Geany, if not they will be lost when Geany is closed.\
-\n")
-_("Ask before replaceing existing Macros - If this is selected then if you try recording a macro o\
-ver an existing one it will check before over-writing it, giving you the option of trying a differ\
-ent name or key trigger combination, otherwise it will simply erase any existing macros with the s\
-ame name, or the same key trigger combination."));
+		_("This Plugin implements Macros in Geany.\n\n"
+		"This plugin allows you to record and use your own macros. These are sequences of \
+actions that can then be repeated with a single key combination. So if you had dozens of lines \
+where you wanted to delete the last 2 characters, you could simple start recording, press End, \
+Backspace, Backspace, down line and then stop recording. Then simply trigger the macro and it \
+would automatically edit the line and move to the next. Select Record Macro from the Tools menu \
+and you will be prompted with a dialog box. You need to specify a key combination that isn't being\
+ used, and a name for the macro to help you identify it. Then press Record. What you do in the \
+editor is then recorded until you select Stop Recording Macro from the Tools menu. Simply pressing\
+ the specified key combination will re-run the macro. To edit the macros you have, select Edit \
+Macro from the Tools menu. You can select a macro and delete it, or re-record it. You can also \
+click on a macro's name and change it, or the key combination and re-define that assuming that it's\
+ not already in use. Selecting the edit option allows you to view all the individual elements that \
+make up the macro. You can select a diferent command for each element, move them, add new elements,\
+ delete elements, or if it's replace/insert, you can edit the text that replaces the selected text,\
+ or is inserted.\n\n"
+		"The only thing to bear in mind is that undo and redo actions are not recorded, and\
+ won't be replayed when the macro is re-run.\n\n"
+		"You can alter the default behaviour of this plugin by selecting Plugin Manager under the \
+Tools menu, selecting this plugin, and cliking Preferences. You can change:\nSave Macros when \
+close Geany - If this is selected then Geany will save any recorded macros and reload them for use\
+ the next time you open Geany, if not they will be lost when Geany is closed.\nAsk before \
+replaceing existing Macros - If this is selected then if you try recording a macro over an \
+existing one it will check before over-writing it, giving you the option of trying a different \
+name or key trigger combination, otherwise it will simply erase any existing macros with the same \
+name, or the same key trigger combination."));
 	gtk_label_set_line_wrap(GTK_LABEL(label),TRUE);
 	gtk_widget_show(label);
 
@@ -1920,4 +1909,4 @@ void plugin_cleanup(void)
 
 	/* clean up memory used by macros */
 	ClearAllMacros();
-}
+}
\ No newline at end of file



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list