dbus: Tweak wording

This commit is contained in:
Denis Kenzior 2011-11-04 14:52:47 -05:00
parent 2bc86cb96e
commit 0e3a73f5a8
1 changed files with 1 additions and 1 deletions

View File

@ -353,7 +353,7 @@ DBusMessage *__ofono_error_not_registered(DBusMessage *msg)
{
return g_dbus_create_error(msg,
OFONO_ERROR_INTERFACE ".NotRegistered",
"CDMA modem is not registered to the network");
"Modem is not registered to the network");
}
DBusMessage *__ofono_error_canceled(DBusMessage *msg)