Typo: 'procede' -> 'proceed'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 16:13:11 +0000 (16:13 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 16:13:11 +0000 (16:13 +0000)
git-svn-id: http://svn.voria.com/code@1073 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-studio/trunk/src/synfigapp/actions/activepointsetsmart.cpp
synfig-studio/trunk/src/synfigapp/actions/waypointsetsmart.cpp

index 895f309..1110f96 100644 (file)
@@ -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."));
 }
index 4ecc795..416b448 100644 (file)
@@ -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."));
 }