[geany/geany-plugins] cad3f2: Addons: Mark another strings as translateable

Frank Lanitz git-noreply at xxxxx
Tue Mar 31 05:47:51 UTC 2015


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Tue, 31 Mar 2015 05:47:51 UTC
Commit:      cad3f2c2eabf52c66afe6038e7aa356bda126b82
             https://github.com/geany/geany-plugins/commit/cad3f2c2eabf52c66afe6038e7aa356bda126b82

Log Message:
-----------
Addons: Mark another strings as translateable


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

Modified: addons/src/addons.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -561,7 +561,7 @@ GtkWidget *plugin_configure(GtkDialog *dialog)
 	gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(check_enclose_words),
 		ao_info->enable_enclose_words);
 
-	enclose_words_config_button = gtk_button_new_with_label ("Configure enclose pairs");
+	enclose_words_config_button = gtk_button_new_with_label (_("Configure enclose pairs"));
 	g_signal_connect(enclose_words_config_button, "clicked", G_CALLBACK(ao_enclose_words_config), dialog);
 	enclose_words_hbox = gtk_hbox_new(FALSE, 0);
 	gtk_box_pack_start(GTK_BOX(enclose_words_hbox), check_enclose_words, FALSE, FALSE, 3);



--------------
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