X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdock_metadata.cpp;h=3dce59a1a67692192b38f45f28ad05a4e6d610ec;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=66798d620eead477d33902a6322e2804cf413a15;hpb=8ef042c40521681cea99944097c4f90a5ac6cf74;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dock_metadata.cpp b/synfig-studio/trunk/src/gtkmm/dock_metadata.cpp index 66798d6..3dce59a 100644 --- a/synfig-studio/trunk/src/gtkmm/dock_metadata.cpp +++ b/synfig-studio/trunk/src/gtkmm/dock_metadata.cpp @@ -131,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," "); }