diff options
Diffstat (limited to 'cli/mmcli-modem-voice.c')
-rw-r--r-- | cli/mmcli-modem-voice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-modem-voice.c b/cli/mmcli-modem-voice.c index 06bebae9..b58257ee 100644 --- a/cli/mmcli-modem-voice.c +++ b/cli/mmcli-modem-voice.c @@ -180,7 +180,7 @@ list_process_reply (GList *result, g_print ("\n"); if (!result) { - g_print ("No call were found\n"); + g_print ("No calls were found\n"); } else { GList *l; |