From: dooglus Date: Tue, 30 Oct 2007 16:13:11 +0000 (+0000) Subject: Typo: 'procede' -> 'proceed'. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=950c7dec9186a2c9ceca5e47ae50c335615bb954;p=synfig.git Typo: 'procede' -> 'proceed'. git-svn-id: http://svn.voria.com/code@1073 1f10aa63-cdf2-0310-b900-c93c546f37ac --- 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.")); }