From 54f9db403ff20f9941fb32d88686fa733645636e Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Mon, 17 Feb 2014 17:19:48 +0100 Subject: [PATCH] LDAP: improve wizard strings, fixes #5567 --- apps/user_ldap/templates/part.wizard-groupfilter.php | 2 +- apps/user_ldap/templates/part.wizard-loginfilter.php | 2 +- apps/user_ldap/templates/part.wizard-userfilter.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/user_ldap/templates/part.wizard-groupfilter.php b/apps/user_ldap/templates/part.wizard-groupfilter.php index 0cc4dfa572a..e460997b1bf 100644 --- a/apps/user_ldap/templates/part.wizard-groupfilter.php +++ b/apps/user_ldap/templates/part.wizard-groupfilter.php @@ -1,7 +1,7 @@

- t('Limit the access to %s to groups meeting this criteria:', $theme->getName()));?> + t('Groups meeting these criteria are available in %s:', $theme->getName()));?>

- t('What attribute shall be used as login name:'));?> + t('Users login with this attribute:'));?>

- t('Limit the access to %s to users meeting this criteria:', $theme->getName()));?> + t('Limit %s access to users meeting these criteria:', $theme->getName()));?>