1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-28 14:55:26 +00:00

i18n: main-window: Clarify "Recent" to mean the call history

Closes #338
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-10-18 16:59:50 +02:00
parent 2bfecf1249
commit 386cb3e906

View file

@ -391,6 +391,7 @@ constructed (GObject *object)
history = calls_history_box_new (self->record_store); history = calls_history_box_new (self->record_store);
widget = GTK_WIDGET (history); widget = GTK_WIDGET (history);
gtk_stack_add_titled (self->main_stack, widget, gtk_stack_add_titled (self->main_stack, widget,
/* Recent as in "Recent calls" (the call history) */
"recent", _("Recent")); "recent", _("Recent"));
gtk_container_child_set gtk_container_child_set
(main_stack, widget, (main_stack, widget,