[geany/geany-plugins] 048418: Addons: Little rewording at an dialog of ao_wrapword

Frank Lanitz git-noreply at xxxxx
Sat Feb 9 14:02:26 UTC 2013


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sat, 09 Feb 2013 14:02:26 UTC
Commit:      04841821cd520c3cfc15563f530b45c62663acf3
             https://github.com/geany/geany-plugins/commit/04841821cd520c3cfc15563f530b45c62663acf3

Log Message:
-----------
Addons: Little rewording at an dialog of ao_wrapword


Modified Paths:
--------------
    addons/src/ao_wrapwords.c

Modified: addons/src/ao_wrapwords.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -246,7 +246,7 @@ void ao_enclose_words_config (GtkButton *button, GtkWidget *config_window)
 	gchar insert_chars [2] = {0, 0};
 	gint i;
 
-	dialog = gtk_dialog_new_with_buttons(_("Plugins"), GTK_WINDOW(config_window),
+	dialog = gtk_dialog_new_with_buttons(_("Enclose Characters"), GTK_WINDOW(config_window),
 						GTK_DIALOG_DESTROY_WITH_PARENT, "Accept", GTK_RESPONSE_ACCEPT,
 						"Cancel", GTK_RESPONSE_CANCEL, "OK", GTK_RESPONSE_OK, NULL);
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list