diff options
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 | } |