From c74cd14f7ec7a98ec1319539faac2fce06f8655c Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 14 Jan 2019 07:32:38 -0500 Subject: Misc. typo and whitespace fixes Found via `codespell` and `atom editor` --- src/ui/dialog/cssdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/dialog/cssdialog.cpp') 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 %s selected. Press Ctrl+Enter when done editing to commit changes."), name); + _("Property %s selected. Press Ctrl+Enter when done editing to commit changes."), name); } } -- cgit v1.2.3