From 99dc297fc9051c3ebc75686cc79774ff266d4769 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 17 Jun 2009 14:27:32 -0500 Subject: [PATCH] fix xgettext build error Signed-off-by: Dustin Kirkland --- byobu-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/byobu-config b/byobu-config index 830266ba..1bf9462f 100755 --- a/byobu-config +++ b/byobu-config @@ -311,7 +311,7 @@ def writestatus(items): def togglestatus(screen, size): itemlist=readstatus() - rl=Label(_("")) + rl=Label("") r=CheckboxTree(12, scroll=1) count=0 for item in itemlist: