diff options
author | Clomode <flashmob@gmail.com> | 2014-04-03 23:58:37 +1100 |
---|---|---|
committer | Clomode <flashmob@gmail.com> | 2014-04-03 23:58:37 +1100 |
commit | a4bc205acc656841e5020ebf63fa1303ebb4f7d5 (patch) | |
tree | ddfd373bd4b752d19630062a4e275363ae7238f6 /lib/plugins/authldap/lang/et | |
parent | 5ff2d2972e87d3652543458e85ba926117035a2b (diff) | |
download | rpg-a4bc205acc656841e5020ebf63fa1303ebb4f7d5.tar.gz rpg-a4bc205acc656841e5020ebf63fa1303ebb4f7d5.tar.bz2 |
fixed unclosed tags in some language translations
Diffstat (limited to 'lib/plugins/authldap/lang/et')
-rw-r--r-- | lib/plugins/authldap/lang/et/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/authldap/lang/et/settings.php b/lib/plugins/authldap/lang/et/settings.php index 9bba85dda..f4933b6bf 100644 --- a/lib/plugins/authldap/lang/et/settings.php +++ b/lib/plugins/authldap/lang/et/settings.php @@ -5,5 +5,5 @@ * * @author Janar Leas <janar.leas@eesti.ee> */ -$lang['grouptree'] = 'Kus kohast kasutaja rühmi otsida. Nt. <code>ou=Rühm, dc=server, dc=tld</code'; +$lang['grouptree'] = 'Kus kohast kasutaja rühmi otsida. Nt. <code>ou=Rühm, dc=server, dc=tld</code>'; $lang['groupscope'] = 'Piiritle otsingu ulatus rühma otsinguga'; |