From 386cb3e906b94a781aa57719e735a9591036fb7e Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Mon, 18 Oct 2021 16:59:50 +0200 Subject: [PATCH] i18n: main-window: Clarify "Recent" to mean the call history Closes #338 --- src/calls-main-window.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calls-main-window.c b/src/calls-main-window.c index 336f4cf..56e9702 100644 --- a/src/calls-main-window.c +++ b/src/calls-main-window.c @@ -391,6 +391,7 @@ constructed (GObject *object) history = calls_history_box_new (self->record_store); widget = GTK_WIDGET (history); gtk_stack_add_titled (self->main_stack, widget, + /* Recent as in "Recent calls" (the call history) */ "recent", _("Recent")); gtk_container_child_set (main_stack, widget,