e desklock pam error - go back to previous text

since we had translations of this, go back to the prior text so we
keep these. also dont show if using a personal password. related to
fixing T6779
This commit is contained in:
Carsten Haitzler 2018-03-20 19:31:12 +09:00
parent 76eeffa2f6
commit 55c8ac4625
1 changed files with 7 additions and 7 deletions

View File

@ -248,13 +248,13 @@ e_desklock_show(Eina_Bool suspend)
E_Zone *zone;
#if !defined(HAVE_PAM) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
e_util_dialog_show(_("Cannot use password authentication"),
_("Enlightenment was built without PAM support.<br>"
"This means Enlightenment cannot authenticate<br>"
"your password. This means locking makes no<br>"
"sense because we have no other way to authenticate<br>"
"you as a user."));
if (!e_desklock_is_personal())
{
e_util_dialog_show(_("Error - no PAM support"),
_("No PAM support was built into Enlightenment, so<ps/>"
"desk locking is disabled."));
return EINA_FALSE;
}
#endif
if (_e_desklock_state) return EINA_TRUE;