1
0
Fork 0
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:
Mohammed Sadiq 2020-05-31 19:24:25 +05:30
parent 8f9c683158
commit ba00b174f9

View file

@ -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: