SF.net SVN: geany:[4775] trunk/src/vte.c
ntrel at users.sourceforge.net
ntrel at xxxxx
Thu Mar 18 16:49:27 UTC 2010
Revision: 4775
http://geany.svn.sourceforge.net/geany/?rev=4775&view=rev
Author: ntrel
Date: 2010-03-18 16:49:27 +0000 (Thu, 18 Mar 2010)
Log Message:
-----------
Edit 2 labels.
Modified Paths:
--------------
trunk/src/vte.c
Modified: trunk/src/vte.c
===================================================================
--- trunk/src/vte.c 2010-03-18 13:26:48 UTC (rev 4774)
+++ trunk/src/vte.c 2010-03-18 16:49:27 UTC (rev 4775)
@@ -717,7 +717,7 @@
notebook = ui_lookup_widget(ui_widgets.prefs_dialog, "notebook2");
- frame = ui_frame_new_with_alignment(_("Terminal plugin"), &alignment);
+ frame = ui_frame_new_with_alignment(_("Terminal"), &alignment);
gtk_container_set_border_width(GTK_CONTAINER(frame), 5);
vbox = gtk_vbox_new(FALSE, 12);
gtk_container_add(GTK_CONTAINER(alignment), vbox);
@@ -730,7 +730,7 @@
gtk_table_set_row_spacings(GTK_TABLE(table), 3);
gtk_table_set_col_spacings(GTK_TABLE(table), 10);
- label = gtk_label_new(_("Terminal font:"));
+ label = gtk_label_new(_("Font:"));
gtk_table_attach(GTK_TABLE(table), label, 0, 1, 0, 1,
(GtkAttachOptions) (GTK_FILL),
(GtkAttachOptions) (0), 0, 0);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list