Translate "Custom Size" string for reports.

svn: r8691
This commit is contained in:
Brian Matherly
2007-07-03 04:23:21 +00:00
parent 87475a99be
commit 698934ce67
3 changed files with 8 additions and 2 deletions

View File

@ -151,7 +151,7 @@ class CommandLineReport:
self.option_class.handler.set_paper(self.paper)
self.options_help['papers'].append(
[ paper.get_name() for paper in paper_sizes
if paper.get_name() != 'Custom Size' ] )
if paper.get_name() != _("Custom Size") ] )
self.options_help['papers'].append(False)
self.orien = self.options_dict['papero']