Fix error messages

master3.3
parent aa8ce9fad7
commit ad1bd0cfec

@ -1243,9 +1243,13 @@ class Client(commandServer, encrypt):
self.printSUCCESS(_("Mounted user resource of the domain"))
if self.sync:
if syncStatus == "error":
if remoteServer and replOn:
self.printWARNING(
_("Get a user fallback profile from the %s domain")
%profileServer)
self.printWARNING(
_("Get a user fallback profile from the %s domain")
%profileServer)
_("Changing in user profile will not "
"be saved to the domain"))
else:
self.printSUCCESS(_("Get a user profile from the %s domain")%
profileServer)

Loading…
Cancel
Save