summaryrefslogtreecommitdiff
path: root/src/ui/sidebarwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/sidebarwidget.c')
-rw-r--r--src/ui/sidebarwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c
index 844f6d7c..3d663afd 100644
--- a/src/ui/sidebarwidget.c
+++ b/src/ui/sidebarwidget.c
@@ -350,7 +350,7 @@ static void updateItems_SidebarWidget_(iSidebarWidget *d) {
350 } 350 }
351 /* Actions. */ { 351 /* Actions. */ {
352 addActionButton_SidebarWidget_( 352 addActionButton_SidebarWidget_(
353 d, check_Icon " ${feeds.markallread}", "feeds.markallread", expand_WidgetFlag | 353 d, check_Icon " ${sidebar.action.feeds.markallread}", "feeds.markallread", expand_WidgetFlag |
354 tight_WidgetFlag); 354 tight_WidgetFlag);
355 updateSize_LabelWidget(addChildFlags_Widget(d->actions, 355 updateSize_LabelWidget(addChildFlags_Widget(d->actions,
356 iClob(new_LabelWidget("${sidebar.action.show}", NULL)), 356 iClob(new_LabelWidget("${sidebar.action.show}", NULL)),