diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2019-01-14 12:32:38 +0000 |
|---|---|---|
| committer | luz.paz <luzpaz@users.noreply.github.com> | 2019-01-14 12:32:38 +0000 |
| commit | c74cd14f7ec7a98ec1319539faac2fce06f8655c (patch) | |
| tree | fcaad78e89d45ee7c1ba5304c8a5fe9129775fab /src/ui/dialog/cssdialog.cpp | |
| parent | Merge !482 (diff) | |
| download | inkscape-c74cd14f7ec7a98ec1319539faac2fce06f8655c.tar.gz inkscape-c74cd14f7ec7a98ec1319539faac2fce06f8655c.zip | |
Misc. typo and whitespace fixes
Found via `codespell` and `atom editor`
Diffstat (limited to 'src/ui/dialog/cssdialog.cpp')
| -rw-r--r-- | src/ui/dialog/cssdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/cssdialog.cpp b/src/ui/dialog/cssdialog.cpp index 9b68c207c..3ad621f06 100644 --- a/src/ui/dialog/cssdialog.cpp +++ b/src/ui/dialog/cssdialog.cpp @@ -153,7 +153,7 @@ void CssDialog::css_reset_context(gint css) const gchar *name = g_quark_to_string(css); _message_context->setF( Inkscape::NORMAL_MESSAGE, - _("Propery <b>%s</b> selected. Press <b>Ctrl+Enter</b> when done editing to commit changes."), name); + _("Property <b>%s</b> selected. Press <b>Ctrl+Enter</b> when done editing to commit changes."), name); } } |
