diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-10-19 10:25:57 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-10-25 12:44:14 +0000 |
commit | f730238a92ad11f67a732569afc26675fc8dc13f (patch) | |
tree | c0afc76328ad68fb65cd09978285e57291ce6abf /src | |
parent | 48ee4d3012232316d7a580ef26f08133ba1d5ed5 (diff) |
core,error-helpers: fix formatting in ME error strings
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-error-helpers.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mm-error-helpers.c b/src/mm-error-helpers.c index 574c7978..f7b0ba9c 100644 --- a/src/mm-error-helpers.c +++ b/src/mm-error-helpers.c @@ -117,9 +117,9 @@ static const gchar *me_error_messages[] = { [MM_MOBILE_EQUIPMENT_ERROR_INCORRECT_PARAMETERS] = "Incorrect parameters", [MM_MOBILE_EQUIPMENT_ERROR_COMMAND_DISABLED] = "Command disabled", [MM_MOBILE_EQUIPMENT_ERROR_COMMAND_ABORTED] = "Command aborted", - [MM_MOBILE_EQUIPMENT_ERROR_NOT_ATTACHED_RESTRICTED] = "Not attached] restricted", - [MM_MOBILE_EQUIPMENT_ERROR_NOT_ALLOWED_EMERGENCY_ONLY] = "Not allowed] emergency only", - [MM_MOBILE_EQUIPMENT_ERROR_NOT_ALLOWED_RESTRICTED] = "Not allowed] restricted", + [MM_MOBILE_EQUIPMENT_ERROR_NOT_ATTACHED_RESTRICTED] = "Not attached restricted", + [MM_MOBILE_EQUIPMENT_ERROR_NOT_ALLOWED_EMERGENCY_ONLY] = "Not allowed emergency only", + [MM_MOBILE_EQUIPMENT_ERROR_NOT_ALLOWED_RESTRICTED] = "Not allowed restricted", [MM_MOBILE_EQUIPMENT_ERROR_FIXED_DIAL_NUMBER_ONLY] = "Fixed dial number only", [MM_MOBILE_EQUIPMENT_ERROR_TEMPORARILY_OUT_OF_SERVICE] = "Temporarily out of service", [MM_MOBILE_EQUIPMENT_ERROR_LANGUAGE_OR_ALPHABET_NOT_SUPPORTED] = "Language or alphabet not supported", |