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: