Use American spelling: 'recognise' -> 'recognize'.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 12:46:05 +0000 (12:46 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 30 Oct 2007 12:46:05 +0000 (12:46 +0000)
git-svn-id: http://svn.voria.com/code@1017 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/synfig/loadcanvas.cpp
synfig-studio/trunk/src/gtkmm/instance.cpp
synfig-studio/trunk/src/gtkmm/renderer_guides.cpp
synfig-studio/trunk/src/gtkmm/workarea.cpp
synfig-studio/trunk/src/synfigapp/actions/layerparamconnect.cpp
synfig-studio/trunk/src/synfigapp/actions/valuedescconnect.cpp
synfig-studio/trunk/src/synfigapp/actions/valuedescconvert.cpp
synfig-studio/trunk/src/synfigapp/actions/valuedescdisconnect.cpp

index 0b82e41..539f838 100644 (file)
@@ -1550,7 +1550,7 @@ CanvasParser::parse_value_node(xmlpp::Element *element,Canvas::Handle canvas)
                        return value_node;
        }
 
-       // If ValueBase::ident_type() recognises the name, then we know it's a ValueBase
+       // If ValueBase::ident_type() recognizes the name, then we know it's a ValueBase
        if(element->get_name()!="canvas" && ValueBase::ident_type(element->get_name()))
        {
                ValueBase data=parse_value(element,canvas);
@@ -1756,7 +1756,7 @@ CanvasParser::parse_layer(xmlpp::Element *element,Canvas::Handle canvas)
                                continue;
                        }
 
-                       // If we recognise the element name as a
+                       // If we recognize the element name as a
                        // ValueBase, then treat is at one
                        if(/*(*iter)->get_name()!="canvas" && */ValueBase::ident_type((*iter)->get_name()) && !dynamic_cast<xmlpp::Element*>(*iter)->get_attribute("guid"))
                        {
index 63a89b8..f10b08f 100644 (file)
@@ -271,7 +271,7 @@ studio::Instance::dialog_save_as()
                {
                        String ext(filename_extension(filename));
                        if(ext!=".sif" && ext!=".sifz" && !App::dialog_yes_no(_("Unknown extension"),
-                               _("You have given the file name an extension\nwhich I do not recognise. Are you sure this is what you want?")))
+                               _("You have given the file name an extension\nwhich I do not recognize. Are you sure this is what you want?")))
                                continue;
                }
                catch(...)
index c266e5e..09937ec 100644 (file)
@@ -110,7 +110,7 @@ Renderer_Guides::event_vfunc(GdkEvent* event)
                        modifier=Gdk::ModifierType(event->button.state);
                }
 
-               // Make sure we recognise the device
+               // Make sure we recognize the device
                /*if(curr_input_device)
                {
                        if(curr_input_device!=device)
index 0dd4ffc..73510a9 100644 (file)
@@ -1202,7 +1202,7 @@ WorkArea::on_drawing_area_event(GdkEvent *event)
                        modifier=Gdk::ModifierType(event->button.state);
                }
 
-               // Make sure we recognise the device
+               // Make sure we recognize the device
                if(curr_input_device)
                {
                        if(curr_input_device!=device)
index 145ef55..cc054a7 100644 (file)
@@ -142,7 +142,7 @@ Action::LayerParamConnect::perform()
 
        old_value=layer->get_param(param_name);
        if(!old_value.is_valid())
-               throw Error(_("Layer did not recognise parameter name"));
+               throw Error(_("Layer did not recognize parameter name"));
 
        if(!layer->set_param(param_name,(*value_node)(0)))
                throw Error(_("Bad connection"));
index 420e17e..1a17678 100644 (file)
@@ -213,5 +213,5 @@ Action::ValueDescConnect::prepare()
                return;
        }
 
-       throw Error(_("ValueDesc is not recognised or supported."));
+       throw Error(_("ValueDesc is not recognized or supported."));
 }
index 33a00d0..acfef98 100644 (file)
@@ -220,6 +220,6 @@ Action::ValueDescConvert::prepare()
 
 
 
-       throw Error(_("ValueDesc is not recognised or supported."));
+       throw Error(_("ValueDesc is not recognized or supported."));
 */
 }
index 9bebb74..bede403 100644 (file)
@@ -190,5 +190,5 @@ Action::ValueDescDisconnect::prepare()
                return;
        }
 
-       throw Error(_("ValueDesc is not recognised or supported."));
+       throw Error(_("ValueDesc is not recognized or supported."));
 }