summaryrefslogtreecommitdiffstats
path: root/src/connector-context.cpp
diff options
context:
space:
mode:
authorColin Marquardt <github@marquardt-home.de>2007-02-25 21:41:23 +0000
committercmarqu <cmarqu@users.sourceforge.net>2007-02-25 21:41:23 +0000
commit9143863ac3903b60137f09abc78204cb6b73ccd8 (patch)
tree48a447f886ecbbf66d8821c250967de5608593b1 /src/connector-context.cpp
parentUpdate, closes 1662426. (diff)
downloadinkscape-9143863ac3903b60137f09abc78204cb6b73ccd8.tar.gz
inkscape-9143863ac3903b60137f09abc78204cb6b73ccd8.zip
Typofix ("canceled").
(bzr r2441)
Diffstat (limited to 'src/connector-context.cpp')
-rw-r--r--src/connector-context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connector-context.cpp b/src/connector-context.cpp
index 476b87bc6..367917915 100644
--- a/src/connector-context.cpp
+++ b/src/connector-context.cpp
@@ -743,7 +743,7 @@ connector_handle_key_press(SPConnectorContext *const cc, guint const keyval)
cc->state = SP_CONNECTOR_CONTEXT_IDLE;
desktop->messageStack()->flash( Inkscape::NORMAL_MESSAGE,
- _("Connector endpoint drag canceled."));
+ _("Connector endpoint drag cancelled."));
ret = TRUE;
}
else if (cc->npoints != 0) {