changed "Create Path from Text" to "Path from Text".

2007-10-16  Sven Neumann  <sven@gimp.org>

	* app/tools/gimptextoptions.c (gimp_text_options_gui): changed
	"Create Path from Text" to "Path from Text".

svn path=/trunk/; revision=23846
This commit is contained in:
Sven Neumann 2007-10-16 14:38:51 +00:00 committed by Sven Neumann
parent 331ad62d22
commit e4c6b1a8dc
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,10 @@
2007-10-16 Sven Neumann <sven@gimp.org>
* app/tools/gimptextoptions.c (gimp_text_options_gui): changed
"Create Path from Text" to "Path from Text".
* app/tools/gimpvectoroptions.c (gimp_vector_options_gui):
Changed "Create Selection from Path" to "Selection from Path".
changed "Create Selection from Path" to "Selection from Path".
2007-10-16 Michael Natterer <mitch@gimp.org>

View File

@ -488,7 +488,8 @@ gimp_text_options_gui (GimpToolOptions *tool_options)
gimp_table_attach_stock (GTK_TABLE (table), row++,
GIMP_STOCK_LETTER_SPACING, spinbutton, 1, TRUE);
button = gtk_button_new_with_label (_("Create Path from Text"));
/* Create a path from the current text */
button = gtk_button_new_with_label (_("Path from Text"));
gtk_box_pack_end (GTK_BOX (vbox), button, FALSE, FALSE, 0);
gtk_widget_set_sensitive (button, FALSE);
gtk_widget_show (button);