mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-06 03:25:31 +00:00
Merge branch 'modem-warning' into 'master'
mm-provider: Clarify warning a bit See merge request Librem5/calls!25
This commit is contained in:
commit
0fcb4e59e9
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ mm_manager_new_cb (GDBusConnection *connection,
|
|||
add_mm_objects (self);
|
||||
if (g_hash_table_size (self->origins) == 0)
|
||||
{
|
||||
g_warning ("No modems available");
|
||||
g_warning ("No modem with voice capability available");
|
||||
CALLS_EMIT_MESSAGE (self, "No modems available",
|
||||
GTK_MESSAGE_WARNING);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue