diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-07-25 01:45:17 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-07-25 01:45:17 +0000 |
| commit | d2ae62f1f497de9566804a4bda2b1bf4d1bdfb4e (patch) | |
| tree | 3228e99b393a0153c7db873e2d3b8b17dd6b6da4 /src/widgets/toolbox.cpp | |
| parent | Snap to page corners too (you won't notice the difference yet because it will... (diff) | |
| download | inkscape-d2ae62f1f497de9566804a4bda2b1bf4d1bdfb4e.tar.gz inkscape-d2ae62f1f497de9566804a4bda2b1bf4d1bdfb4e.zip | |
copyedit
(bzr r6415)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index db3d45d3e..f5a213dc9 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -4301,7 +4301,7 @@ static void sp_calligraphy_toolbox_prep(SPDesktop *desktop, GtkActionGroup* main /*calligraphic profile */ { GtkListStore* model = gtk_list_store_new (2, G_TYPE_STRING, G_TYPE_INT); - EgeSelectOneAction* act1 = ege_select_one_action_new ("SetProfileAction", "" , (_("Change calligraphic profile")), NULL, GTK_TREE_MODEL(model)); + EgeSelectOneAction* act1 = ege_select_one_action_new ("SetProfileAction", "" , (_("Choose a preset")), NULL, GTK_TREE_MODEL(model)); ege_select_one_action_set_appearance (act1, "compact"); g_object_set_data (holder, "profile_selector", act1 ); |
