summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/cssdialog.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2018-11-10 20:33:19 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-02-20 15:35:31 +0000
commit12f4ee37ae21c6b03d58809952698e058575c942 (patch)
treea03681392333f9e39e46faf9f6855290daa1c5db /src/ui/dialog/cssdialog.cpp
parentStore pixbufs instead of names to reduce calls to sp_get_icon_pixbuf (diff)
downloadinkscape-12f4ee37ae21c6b03d58809952698e058575c942.tar.gz
inkscape-12f4ee37ae21c6b03d58809952698e058575c942.zip
Small change to hover text
Diffstat (limited to 'src/ui/dialog/cssdialog.cpp')
-rw-r--r--src/ui/dialog/cssdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/cssdialog.cpp b/src/ui/dialog/cssdialog.cpp
index 3616b8d1a..ae2843091 100644
--- a/src/ui/dialog/cssdialog.cpp
+++ b/src/ui/dialog/cssdialog.cpp
@@ -87,7 +87,7 @@ CssDialog::CssDialog():
Gtk::Image *add_icon = Gtk::manage(sp_get_icon_image("list-add", Gtk::ICON_SIZE_SMALL_TOOLBAR));
col->set_clickable(true);
col->set_widget(*add_icon);
- add_icon->set_tooltip_text(_("Add a new attribute"));
+ add_icon->set_tooltip_text(_("Add a new style property"));
add_icon->show();
// This gets the GtkButton inside the GtkBox, inside the GtkAlignment, inside the GtkImage icon.
auto button = add_icon->get_parent()->get_parent()->get_parent();