[geany/geany-plugins] f36903: gproject: update some _( for gettext

Jiří Techet git-noreply at xxxxx
Wed Oct 15 14:45:09 UTC 2014


Branch:      refs/heads/master
Author:      Jiří Techet <techet at gmail.com>
Committer:   Jiří Techet <techet at gmail.com>
Date:        Wed, 15 Oct 2014 14:45:09 UTC
Commit:      f3690309186efe1229b26950d164da43b17f77e6
             https://github.com/geany/geany-plugins/commit/f3690309186efe1229b26950d164da43b17f77e6

Log Message:
-----------
gproject: update some _( for gettext


Modified Paths:
--------------
    gproject/src/gproject-project.c
    gproject/src/gproject-sidebar.c

Modified: gproject/src/gproject-project.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -452,7 +452,7 @@ gint gprj_project_add_properties_tab(GtkWidget *notebook)
 	gtk_box_pack_start(GTK_BOX(hbox1), label, FALSE, FALSE, 0);
 	gtk_box_pack_start(GTK_BOX(vbox), hbox1, FALSE, FALSE, 6);
 
-	label = gtk_label_new(_("GProject"));
+	label = gtk_label_new("GProject");
 
 	hbox = gtk_hbox_new(FALSE, 0);
 	gtk_box_pack_start(GTK_BOX(hbox), vbox, TRUE, TRUE, 6);


Modified: gproject/src/gproject-sidebar.c
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -612,7 +612,7 @@ static void load_project(void)
 		gtk_widget_set_sensitive(s_project_toolbar.follow, TRUE);
 	}
 	else
-		set_intro_message("Set file patterns under Project->Properties");
+		set_intro_message(_("Set file patterns under Project->Properties"));
 
 	g_slist_foreach(header_patterns, (GFunc) g_pattern_spec_free, NULL);
 	g_slist_free(header_patterns);
@@ -824,7 +824,7 @@ void gprj_sidebar_init(void)
 	g_signal_connect(G_OBJECT(s_file_view), "key-press-event",
 			G_CALLBACK(on_key_press), NULL);
 
-	set_intro_message("Reopen the project to start using the plugin");
+	set_intro_message(_("(Re)open the project to start using the plugin"));
 	gprj_sidebar_activate(FALSE);
 
 	/**** popup menu ****/



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