Use American spelling: 'recognise' -> 'recognize'.
[synfig.git] / synfig-studio / trunk / src / gtkmm / instance.cpp
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(...)