fix xgettext build error

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-17 14:27:32 -05:00
commit 99dc297fc9

View file

@ -311,7 +311,7 @@ def writestatus(items):
def togglestatus(screen, size): def togglestatus(screen, size):
itemlist=readstatus() itemlist=readstatus()
rl=Label(_("")) rl=Label("")
r=CheckboxTree(12, scroll=1) r=CheckboxTree(12, scroll=1)
count=0 count=0
for item in itemlist: for item in itemlist: