mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 12:25:31 +00:00
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:
parent
91cdde3ac9
commit
4227e29009
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ state_changed_cb (CallsMainWindow *self,
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case CALLS_MANAGER_STATE_NO_ORIGIN:
|
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;
|
break;
|
||||||
|
|
||||||
case CALLS_MANAGER_STATE_UNKNOWN:
|
case CALLS_MANAGER_STATE_UNKNOWN:
|
||||||
|
|
Loading…
Reference in a new issue