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

@@ -309,7 +309,7 @@ class ReportDialog(BareReportDialog):
def size_changed(self,obj):
(paper,name) = self.papersize_menu.get_value()
if name == "Custom Size":
if name == _("Custom Size"):
self.pwidth.set_sensitive(1)
self.pheight.set_sensitive(1)
else: