diff options
| author | MenTaLguY <mental@rydia.net> | 2006-07-23 18:25:42 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-07-23 18:25:42 +0000 |
| commit | ba092551130921913e9eab0ffdcc417cc03d529c (patch) | |
| tree | d3fb0068f3d473a9504d778ac74d02a44f8078ca /src/widgets/paint-selector.cpp | |
| parent | * Makefile.am: Add files to release needed for improvements to Mac (diff) | |
| download | inkscape-ba092551130921913e9eab0ffdcc417cc03d529c.tar.gz inkscape-ba092551130921913e9eab0ffdcc417cc03d529c.zip | |
Update pattern creation help text to reflect new menu layout.
(bzr r1463)
Diffstat (limited to 'src/widgets/paint-selector.cpp')
| -rw-r--r-- | src/widgets/paint-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/paint-selector.cpp b/src/widgets/paint-selector.cpp index 31c44d9d4..c9f29f3c5 100644 --- a/src/widgets/paint-selector.cpp +++ b/src/widgets/paint-selector.cpp @@ -856,7 +856,7 @@ sp_paint_selector_set_mode_pattern(SPPaintSelector *psel, SPPaintSelectorMode mo { GtkWidget *hb = gtk_hbox_new(FALSE, 0); GtkWidget *l = gtk_label_new(NULL); - gtk_label_set_markup(GTK_LABEL(l), _("Use <b>Edit > Object(s) to Pattern</b> to create a new pattern from selection.")); + gtk_label_set_markup(GTK_LABEL(l), _("Use <b>Object > Pattern > Objects to Pattern</b> to create a new pattern from selection.")); gtk_label_set_line_wrap(GTK_LABEL(l), true); gtk_widget_set_size_request(l, 180, -1); gtk_box_pack_start(GTK_BOX(hb), l, TRUE, TRUE, AUX_BETWEEN_BUTTON_GROUPS); |
