diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-23 16:09:01 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-08-23 16:10:05 +0300 |
commit | 0db6b0c52377120e1b1acb306273ccb19dcef59f (patch) | |
tree | 46f38fe1fdefb912ccd9f7a73c196cb44d622f41 /src/ui/sidebarwidget.c | |
parent | 51dc5b1ef584a9aa214c518101b951f1745a6fc9 (diff) |
Menu improvements
Diffstat (limited to 'src/ui/sidebarwidget.c')
-rw-r--r-- | src/ui/sidebarwidget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/sidebarwidget.c b/src/ui/sidebarwidget.c index a02294dc..066386cb 100644 --- a/src/ui/sidebarwidget.c +++ b/src/ui/sidebarwidget.c | |||
@@ -208,11 +208,11 @@ static void updateItems_SidebarWidget_(iSidebarWidget *d) { | |||
208 | as_Widget(d), | 208 | as_Widget(d), |
209 | (iMenuItem[]){ | 209 | (iMenuItem[]){ |
210 | { "Copy URL", 0, 0, "history.copy" }, | 210 | { "Copy URL", 0, 0, "history.copy" }, |
211 | { "Add Bookmark", 0, 0, "history.addbookmark" }, | 211 | { "Add Bookmark...", 0, 0, "history.addbookmark" }, |
212 | { "---", 0, 0, NULL }, | 212 | { "---", 0, 0, NULL }, |
213 | { "Remove URL", 0, 0, "history.delete" }, | 213 | { "Remove URL", 0, 0, "history.delete" }, |
214 | { "---", 0, 0, NULL }, | 214 | { "---", 0, 0, NULL }, |
215 | { uiTextCaution_ColorEscape "Clear History", 0, 0, "history.clear confirm:1" }, | 215 | { uiTextCaution_ColorEscape "Clear History...", 0, 0, "history.clear confirm:1" }, |
216 | }, 6); | 216 | }, 6); |
217 | break; | 217 | break; |
218 | } | 218 | } |