Use format string for translation

master
Guillaume Seguin 2012-02-26 02:41:50 +01:00
parent 26fbc96b53
commit e9c0469778
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ class stlwin(wx.Frame):
facets += i.facets
sf.close()
stltool.emitstl(name, facets, "plater_export")
print _("wrote "), name
print _("wrote %s") % name
def right(self, event):
dlg = wx.FileDialog(self, _("Pick file to load"), self.basedir, style=wx.FD_OPEN | wx.FD_FILE_MUST_EXIST)