[calls/gnome-41] i18n: main-window: Clarify "Recent" to mean the call history
- From: Evangelos Ribeiro Tzaras <devrtz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [calls/gnome-41] i18n: main-window: Clarify "Recent" to mean the call history
- Date: Thu, 28 Oct 2021 12:34:13 +0000 (UTC)
commit f3ddb0a17786bbeb9791affb126ae6a4a347cd41
Author: Evangelos Ribeiro Tzaras <devrtz fortysixandtwo eu>
Date: Mon Oct 18 16:59:50 2021 +0200
i18n: main-window: Clarify "Recent" to mean the call history
Closes #338
(cherry picked from commit 386cb3e906b94a781aa57719e735a9591036fb7e)
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 336f4cff..56e9702f 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]