# HG changeset patch
# User Yuki KODAMA <endflow....@gmail.com>
# Date 1256560089 -32400
# Branch stable
# Node ID 21a14f1f7dbfb9d6e4384241fd541d579c3b874f
# Parent  01bf6a8770bf310b65d7240036ed0d8aaf7f81d6
commit: fix dialog title

diff --git a/tortoisehg/hgtk/commit.py b/tortoisehg/hgtk/commit.py
--- a/tortoisehg/hgtk/commit.py
+++ b/tortoisehg/hgtk/commit.py
@@ -149,7 +149,7 @@
         elif self.mqmode:
             patch = self.repo.mq.lookup('qtip')
             return root + _(' - qrefresh ') + patch
-        return root + ' - ' + ' '.join([_('commit'), pats, user, date])
+        return root + ' '.join([_(' - commit'), pats, user, date])

     def get_icon(self):
         return 'menucommit.ico'

Attachment: thg-kuy_rev4772.patch
Description: Binary data

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) 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/devconference
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to