mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
fix xgettext build error
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
7b0cd00f95
commit
99dc297fc9
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue