commit 63e19c6c8e361c2851737d42761923f215c794a9 parent 0fec6a07b67735eedb29e20e987a7096e5d8f78d Author: Andrej Kacian <ticho@claws-mail.org> Date: Mon, 10 Oct 2016 20:32:09 +0200 Change mention of "mydomain.com" to "example.org". Fixes bug #3712. Diffstat:
| M | src/editldap.c | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/editldap.c b/src/editldap.c @@ -448,8 +448,8 @@ static void addressbook_edit_ldap_page_basic( gint pageNum, gchar *pageLbl ) { CLAWS_SET_TIP(entry_server, _( "This is the hostname of the server. For example, " \ - "\"ldap.mydomain.com\" may be appropriate for the " \ - "\"mydomain.com\" organization. An IP address may also be " \ + "\"ldap.example.org\" may be appropriate for the " \ + "\"exmaple.org\" organization. An IP address may also be " \ "used. You may specify \"localhost\" if running an LDAP " \ "server on the same computer as Claws Mail." ));