From 4227e290091c768c92718c8cfb67a73407766042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Fri, 3 Jul 2020 10:10:54 +0200 Subject: [PATCH] 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 --- src/calls-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calls-main-window.c b/src/calls-main-window.c index 719de74..d98bad2 100644 --- a/src/calls-main-window.c +++ b/src/calls-main-window.c @@ -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: