Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

init: add gettext wrapper

Changeset 7d611277b59a

Parent 471ef2ea548e

by Yuki KODAMA

Changes to one file · Browse files at 7d611277b59a Showing diff from parent 471ef2ea548e Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​hginit.py Stacked
 
92
93
94
95
 
96
97
98
 
92
93
94
 
95
96
97
98
@@ -92,7 +92,7 @@
  """ select destination folder to clone """   response = gtklib.NativeFolderSelectDialog(   initial=self.cwd, - title='Select Destination Folder').run() + title=_('Select Destination Folder')).run()   if response:   self.destentry.set_text(response)   self.destentry.set_position(-1)