mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-16 14:56:03 +00:00
i18n: main-window: Clarify "Recent" to mean the call history
Closes #338
This commit is contained in:
parent
2bfecf1249
commit
386cb3e906
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue