rename "held" to "on hold"
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sat, 11 Aug 2012 00:11:49 +0000 (21:11 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Sat, 11 Aug 2012 00:11:49 +0000 (21:11 -0300)
dialer/callscreen.c

index 75d892b..2a5ad79 100644 (file)
@@ -727,7 +727,7 @@ static void _call_changed(void *data, OFono_Call *c)
                status = "Active";
                break;
        case OFONO_CALL_STATE_HELD:
-               status = "Held";
+               status = "On Hold";
                break;
        case OFONO_CALL_STATE_DIALING:
                status = "Dialing...";