summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-06-13 00:16:29 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-06-13 00:16:29 +0000
commit7068dfd0ea322cbe71b9477c593833b866112a1a (patch)
tree696a376d0384a4e3959654a9a65a1e2b06b66a85 /src
parentWarn if CSS value in stylesheet is wrong (diff)
downloadinkscape-7068dfd0ea322cbe71b9477c593833b866112a1a.tar.gz
inkscape-7068dfd0ea322cbe71b9477c593833b866112a1a.zip
Better word last commit
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/styledialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/styledialog.cpp b/src/ui/dialog/styledialog.cpp
index 8ebaf1a7b..5a22b7bb4 100644
--- a/src/ui/dialog/styledialog.cpp
+++ b/src/ui/dialog/styledialog.cpp
@@ -788,7 +788,7 @@ bool StyleDialog::_on_foreach_iter(const Gtk::TreeModel::iterator &iter)
Glib::ustring owner = row[_mColumns._colOwner];
if (owner.empty()) {
Glib::ustring value = _owner_style[row[_mColumns._colName]];
- Glib::ustring tooltiptext = Glib::ustring(_("Invalid value set"));
+ Glib::ustring tooltiptext = Glib::ustring(_("Invalid property set"));
if (!value.empty()) {
tooltiptext = Glib::ustring(_("Used in ") + _owner_style[row[_mColumns._colName]]);
}