diff options
| author | Colin Marquardt <github@marquardt-home.de> | 2006-05-14 21:10:50 +0000 |
|---|---|---|
| committer | cmarqu <cmarqu@users.sourceforge.net> | 2006-05-14 21:10:50 +0000 |
| commit | bf8794c0dbe66d3bc1078630fceab09b949191eb (patch) | |
| tree | 64fd9329cff2d8793b9df986601d82aab401ffc7 /src | |
| parent | put Richard's copyright notice where I had forgotten it. (diff) | |
| download | inkscape-bf8794c0dbe66d3bc1078630fceab09b949191eb.tar.gz inkscape-bf8794c0dbe66d3bc1078630fceab09b949191eb.zip | |
Typofix (conector)
(bzr r837)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
