X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Fmainwindow.c;h=558c8ece4866939603ad3bd9e2c6e6a38a452e15;hp=7e1a24dac120198be0e7b417de2695a8e1fead2a;hb=ab1e56bc18b992b6070b9198f1b579a13cef9e72;hpb=6043c92cb466ed68f985e2b271fd776417a03195;ds=sidebyside diff --git a/src/mainwindow.c b/src/mainwindow.c index 7e1a24dac..558c8ece4 100644 --- a/src/mainwindow.c +++ b/src/mainwindow.c @@ -564,7 +564,7 @@ static GtkActionEntry mainwin_entries[] = {"View/Goto/OtherFolder", NULL, N_("_Other folder..."), "G", NULL, G_CALLBACK(goto_folder_cb) }, /* {"View/Scroll/---", NULL, "---", NULL, NULL, NULL }, */ - {"View/Scroll", NULL, N_("Message Scroll") }, + {"View/Scroll", NULL, N_("Message scroll") }, {"View/Scroll/PrevLine", NULL, N_("Previous line"), NULL, NULL, G_CALLBACK(scroll_prev_line_cb) }, {"View/Scroll/NextLine", NULL, N_("Next line"), NULL, NULL, G_CALLBACK(scroll_next_line_cb) }, {"View/Scroll/PrevPage", NULL, N_("Previous page"), NULL, NULL, G_CALLBACK(scroll_prev_page_cb) },