summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 55c9f4f)
raw | patch | inline | side by side (parent: 55c9f4f)
author | mental <mental@users.sourceforge.net> | |
Sun, 23 Jul 2006 18:25:42 +0000 (18:25 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Sun, 23 Jul 2006 18:25:42 +0000 (18:25 +0000) |
ChangeLog | patch | blob | history | |
src/widgets/paint-selector.cpp | patch | blob | history |
diff --git a/ChangeLog b/ChangeLog
index 82d65dae02703ccbafbebc557b0dc9b7f348f61f..e88f0d647db3b203443cb8db03db84e8be19e5e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2006-07-23 MenTaLguY <mental@rydia.net>
+
+ * src/widgets/paint-selector.cpp:
+
+ Update pattern creation help text to reflect new menu layout. We
+ probably need some way to automatically generate
+ "menu navigation strings" for a given verb.
+
2006-07-23 Michael Wybrow <mjwybrow@users.sourceforge.net>
* packaging/osx-app.sh, packaging/macosx/inkscape.ds_store
index 31c44d9d4bb2c52cb45f98e0f144655e4af6b75f..c9f29f3c55ae5487a2d171ee3fd106d18758d1e0 100644 (file)
@@ -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);