Translate "Custom Size" string for reports.
svn: r8691
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user