summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-10-04 22:40:21 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-10-04 23:06:06 +0000
commit23a10ac14b30d5221c0cc105ef1e8cacec5e5945 (patch)
tree313034ac0821f5987c813a2f8911de76632b1bdb /src/ui/dialog
parentAllow know total process timmed in multiple operations on canvas rendering (diff)
downloadinkscape-23a10ac14b30d5221c0cc105ef1e8cacec5e5945.tar.gz
inkscape-23a10ac14b30d5221c0cc105ef1e8cacec5e5945.zip
Fix typos
Diffstat (limited to 'src/ui/dialog')
-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 ffe24f6e8..8b4a252b4 100644
--- a/src/ui/dialog/styledialog.cpp
+++ b/src/ui/dialog/styledialog.cpp
@@ -785,7 +785,7 @@ void StyleDialog::readStyleElement()
}
} else {
row[_mColumns._colStrike] = true;
- Glib::ustring tooltiptext = _("This value is comented");
+ Glib::ustring tooltiptext = _("This value is commented");
row[_mColumns._colOwner] = tooltiptext;
}
}