diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-30 07:32:41 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-30 07:32:41 +0200 |
commit | e71f8dd09494f2bb3e7bc01a2ad168a65fb7718b (patch) | |
tree | fb5c306cca0a7990f9bb87d950c85c6648e161a8 /src | |
parent | 26c555e7c24dd63cf3bb0b64c716efdaef813eab (diff) |
SidebarWidget: Added short label for Mark All as Read
The sidebar doesn't have much room so use a different label for the button.
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/sidebarwidget.c | 2 |
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)), |