calls-main-window: Bring back old error string when no modem is present

Calls can't tell the difference between no SIM and no modem
atm.

Closes: #159, #152
This commit is contained in:
Guido Günther
2020-07-03 10:10:54 +02:00
committed by Guido Gunther
parent 91cdde3ac9
commit 4227e29009

View File

@@ -170,7 +170,7 @@ state_changed_cb (CallsMainWindow *self,
break;
case CALLS_MANAGER_STATE_NO_ORIGIN:
error = _("Can't place calls: No SIM card");
error = _("Can't place calls: No voice-capable modem available");
break;
case CALLS_MANAGER_STATE_UNKNOWN: