Fix minor typo
This commit is contained in:
@@ -302,7 +302,7 @@ QString Registration::statusString() const
|
|||||||
case InvalidServer:
|
case InvalidServer:
|
||||||
return i18n("This is not a valid server.");
|
return i18n("This is not a valid server.");
|
||||||
case ServerNoRegistration:
|
case ServerNoRegistration:
|
||||||
return i18n("Regisration for this server is disabled.");
|
return i18n("Registration for this server is disabled.");
|
||||||
case NoUsername:
|
case NoUsername:
|
||||||
return i18n("No username.");
|
return i18n("No username.");
|
||||||
case TestingUsername:
|
case TestingUsername:
|
||||||
|
|||||||
Reference in New Issue
Block a user