talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit fbd6608f0e7b7b187741c8f4defbd6d4fb3b229b
parent 20f7a3d674ea54dca8c1d5d053ae25812097090a
Author: Colin Leroy <colin@colino.net>
Date:   Wed, 10 Jun 2015 11:51:05 +0200

Fix english (I think)

Diffstat:
Msrc/folderview.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/folderview.c b/src/folderview.c @@ -234,7 +234,7 @@ static GtkActionEntry folderview_common_popup_entries[] = { {"FolderViewPopup", NULL, "FolderViewPopup" }, {"FolderViewPopup/MarkAllRead", NULL, N_("Mark all re_ad"), NULL, NULL, G_CALLBACK(mark_all_read_cb) }, - {"FolderViewPopup/MarkAllReadRec", NULL, N_("Mark all read recursi_ve"), NULL, NULL, G_CALLBACK(mark_all_read_recursive_cb) }, + {"FolderViewPopup/MarkAllReadRec", NULL, N_("Mark all read recursi_vely"), NULL, NULL, G_CALLBACK(mark_all_read_recursive_cb) }, {"FolderViewPopup/---", NULL, "---" }, {"FolderViewPopup/RunProcessing", NULL, N_("R_un processing rules"), NULL, NULL, G_CALLBACK(folderview_run_processing_cb) }, {"FolderViewPopup/SearchFolder", NULL, N_("_Search folder..."), NULL, NULL, G_CALLBACK(folderview_search_cb) },