summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 82dbb1c)
raw | patch | inline | side by side (parent: 82dbb1c)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 25 Jul 2008 01:45:17 +0000 (01:45 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Fri, 25 Jul 2008 01:45:17 +0000 (01:45 +0000) |
src/widgets/toolbox.cpp | patch | blob | history |
index db3d45d3e8c7030851b884184330f69e36473a11..f5a213dc9c1e75bf6fed27fe09ce6b7aa2720b99 100644 (file)
--- 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 );