diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-24 12:28:34 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-08-24 12:32:29 +0200 |
commit | 985f510041a131cd1400deca5a9a9b004479dcac (patch) | |
tree | f8e7ada2770eab24ee5f8d5a1953438ef8539310 /cli/mmcli-sms.c | |
parent | ba4e209745676a08f7c886d7cd0ba13202e336d5 (diff) |
cli: fix output message when storing a SMS
Diffstat (limited to 'cli/mmcli-sms.c')
-rw-r--r-- | cli/mmcli-sms.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/mmcli-sms.c b/cli/mmcli-sms.c index e3e02104..4395f079 100644 --- a/cli/mmcli-sms.c +++ b/cli/mmcli-sms.c @@ -195,7 +195,7 @@ store_process_reply (gboolean result, exit (EXIT_FAILURE); } - g_print ("successfully sent the SMS\n"); + g_print ("successfully stored the SMS\n"); } static void |