From 950c7dec9186a2c9ceca5e47ae50c335615bb954 Mon Sep 17 00:00:00 2001 From: dooglus Date: Tue, 30 Oct 2007 16:13:11 +0000 Subject: [PATCH] Typo: 'procede' -> 'proceed'. git-svn-id: http://svn.voria.com/code@1073 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/synfigapp/actions/activepointsetsmart.cpp | 2 +- synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/synfig-studio/trunk/src/synfigapp/actions/activepointsetsmart.cpp b/synfig-studio/trunk/src/synfigapp/actions/activepointsetsmart.cpp index 895f309..1110f96 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/activepointsetsmart.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/activepointsetsmart.cpp @@ -361,5 +361,5 @@ Action::ActivepointSetSmart::prepare() catch(int){} catch(Exception::NotFound){} - throw Error(_("Unable to determine how to procede. This is a bug.")); + throw Error(_("Unable to determine how to proceed. This is a bug.")); } diff --git a/synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp b/synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp index 4ecc795..416b448 100644 --- a/synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp +++ b/synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp @@ -465,5 +465,5 @@ Action::WaypointSetSmart::prepare() } catch(synfig::Exception::NotFound){ } catch(int){ } - throw Error(_("Unable to determine how to procede. This is a bug.")); + throw Error(_("Unable to determine how to proceed. This is a bug.")); } -- 2.7.4