Change error message "unable to open file" to "unable to load", since the error may...
[synfig.git] / synfig-studio / trunk / src / gtkmm / app.cpp
index a1cb858..62780a6 100644 (file)
@@ -2351,7 +2351,7 @@ App::open_as(std::string filename,std::string as)
                else
                {
                        if(!canvas)
-                               throw (String)strprintf(_("Unable to open file \"%s\":\n\n"),filename.c_str()) + errors;
+                               throw (String)strprintf(_("Unable to load \"%s\":\n\n"),filename.c_str()) + errors;
 
                        if (as.find(custom_filename_prefix.c_str()) != 0)
                                add_recent_file(as);