Mark some more strings for translation
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / layerencapsulate.cpp
index e548ab4..85ee470 100644 (file)
@@ -132,7 +132,7 @@ Action::LayerEncapsulate::prepare()
                return;
 
        if(layers.empty())
-               throw Error("No layers to encapsulate");
+               throw Error(_("No layers to encapsulate"));
 
        // First create the new canvas and layer
        if(!child_canvas)