Skip to content
Snippets Groups Projects
Commit c9a301e1 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

[#1855] Fix typo error in sflphone-client-gnome

parent 91ed4c1b
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ const gchar * account_state_name(account_state_t s)
state = c_("account state", "Error");
break;
case ACCOUNT_STATE_ERROR_AUTH:
state = _("accounr state", "Authentication Failed");
state = c_("account state", "Authentication Failed");
break;
case ACCOUNT_STATE_ERROR_NETWORK:
state = c_("account state", "Network unreachable");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment