# HG changeset patch # User Adrian Buehlmann <adr...@cadifra.com> # Date 1253353663 -7200 # Node ID 8e755e5ad695d51246cf9322d21a0a586ab2d295 # Parent c949dce94ea07e23244ca63e28bafcfa384ba0be status: use 'Commit Preview' for the label of the preview tab
instead of 'Preview Selection' diff --git a/tortoisehg/hgtk/status.py b/tortoisehg/hgtk/status.py --- a/tortoisehg/hgtk/status.py +++ b/tortoisehg/hgtk/status.py @@ -394,7 +394,7 @@ class GStatus(gdialog.GDialog): scroller.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC) scroller.add(self.preview_text) self.diff_notebook.append_page(scroller, - gtk.Label(_('Preview Selection'))) + gtk.Label(_('Commit Preview'))) diff_frame.add(self.diff_notebook) ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop