X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdock_metadata.cpp;h=3dce59a1a67692192b38f45f28ad05a4e6d610ec;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=21a46e786037a5b9361f04cb38daea6bc5122fab;hpb=837b63e9fb829d66d43f4f169861f8979f76820d;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dock_metadata.cpp b/synfig-studio/trunk/src/gtkmm/dock_metadata.cpp index 21a46e7..3dce59a 100644 --- a/synfig-studio/trunk/src/gtkmm/dock_metadata.cpp +++ b/synfig-studio/trunk/src/gtkmm/dock_metadata.cpp @@ -41,6 +41,8 @@ #include "metadatatreestore.h" #include "canvasview.h" +#include "general.h" + #endif /* === U S I N G =========================================================== */ @@ -129,7 +131,7 @@ Dock_MetaData::on_add_pressed() if(get_canvas_interface()) { synfig::String key; - if(App::dialog_entry("New MetaData Entry", "Please enter the name of the key",key) && !key.empty()) + if(App::dialog_entry(_("New MetaData Entry"), _("Please enter the name of the key"),key) && !key.empty()) { get_canvas_interface()->set_meta_data(key," "); }