From: cmarqu Date: Sun, 14 May 2006 21:10:50 +0000 (+0000) Subject: Typofix (conector) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=34cd161a4adb6111e72a5acccc14e911af1c3248;p=inkscape.git Typofix (conector) --- diff --git a/ChangeLog b/ChangeLog index cdf959df9..dccb8ca5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-14 Colin Marquardt + + * src/ui/dialog/inkscape-preferences.cpp (initPageTools): + Typofix ("conector"). + 2006-05-14 Jon A. Cruz * src/document-subset.cpp, src/layer-manager.h, src/layer-manager.cpp: diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index b3eac4336..f9d6ce930 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -389,7 +389,7 @@ void InkscapePreferences::initPageTools() this->AddPage(_page_connector, _("Connector"), iter_tools, PREFS_PAGE_TOOLS_CONNECTOR); this->AddSelcueCheckbox(_page_connector, "tools.connector", true); _page_connector.add_line(false, "", _connector_ignore_text, "", - _("If on, conector attachment points will not be shown for text objects")); + _("If on, connector attachment points will not be shown for text objects")); //Dropper this->AddPage(_page_dropper, _("Dropper"), iter_tools, PREFS_PAGE_TOOLS_DROPPER); this->AddSelcueCheckbox(_page_dropper, "tools.dropper", true);