Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.4, 2.0.5, and 2.1

stable i18n: unify file prompt for compressed/uncompressed zip archives

Changeset a32e237d9d64

Parent c3c972425438

by Andrei Polushin

Changes to one file · Browse files at a32e237d9d64 Showing diff from parent c3c972425438 Diff from another changeset...

 
235
236
237
238
 
239
240
241
 
242
243
244
 
235
236
237
 
238
239
240
 
241
242
243
244
@@ -235,10 +235,10 @@
  'label': _('Gzip tar archives')}   elif self.uzipradio.isChecked():   return {'type': 'uzip', 'ext': '.zip', - 'label': ('Uncompressed zip archives')} + 'label': _('Zip archives')}   elif self.zipradio.isChecked():   return {'type': 'zip', 'ext': '.zip', - 'label': _('Compressed zip archives')} + 'label': _('Zip archives')}   return {'type': 'files', 'ext': '', 'label': _('Directory of files')}     def update_path(self):