mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-05 19:15:32 +00:00
call-display: Use real ellipsis
See https://wiki.gnome.org/Design/OS/Typography
This commit is contained in:
parent
8f9c683158
commit
ba00b174f9
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ call_state_changed_cb (CallsCallDisplay *self,
|
|||
|
||||
case CALLS_CALL_STATE_DIALING:
|
||||
case CALLS_CALL_STATE_ALERTING:
|
||||
gtk_label_set_text (self->status, _("Calling..."));
|
||||
gtk_label_set_text (self->status, _("Calling…"));
|
||||
break;
|
||||
|
||||
case CALLS_CALL_STATE_ACTIVE:
|
||||
|
|
Loading…
Reference in a new issue