talons

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

commit aad93a035a30ed97bdae2a535c66ab4212eefbde
parent 5be706bb7b9eeffdf8b6561d8b8ddc2ad64692cb
Author: Paul <paul@claws-mail.org>
Date:   Sun,  9 Oct 2022 10:47:48 +0100

differentiate this "Send" from others for better translation possibilities

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

diff --git a/src/prefs_account.c b/src/prefs_account.c @@ -4131,7 +4131,7 @@ static void register_send_page(void) static gchar *path[3]; path[0] = _("Account"); - path[1] = _("Send"); + path[1] = C_("Preferences menu item", "Send"); path[2] = NULL; send_page.page.path = path;