# HG changeset patch # User Yuki KODAMA <endflow....@gmail.com> # Date 1252847125 -32400 # Node ID 7daa59c89e727e73aa47e217039e33184ad4ce76 # Parent 60bf6516d1e1acfccbb22e55944ffa5a47794eca rename: add gettext wrapper
diff --git a/hggtk/rename.py b/hggtk/rename.py --- a/hggtk/rename.py +++ b/hggtk/rename.py @@ -28,7 +28,7 @@ target = hglib.toutf(util.normpath(target)) else: target = hglib.toutf(fname) - title = 'Rename ' + hglib.toutf(fname) + title = _('Rename ') + hglib.toutf(fname) dlg = dialog.entry_dialog(None, title, True, target, rename_resp) dlg.orig = fname return dlg ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop