summaryrefslogtreecommitdiff
path: root/src/auth.c
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-05-26 15:29:22 +0000
committercorvid <corvid@lavabit.com>2011-05-26 15:29:22 +0000
commita1fc98c9e52a545f01df80d6844cc4e60217d333 (patch)
tree8af1872c7f91e30091305a7ab40d28e3608e5d61 /src/auth.c
parent638bcf280854260470b513621233cb95ee200f4f (diff)
user/pass dialog appearance
Diffstat (limited to 'src/auth.c')
-rw-r--r--src/auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auth.c b/src/auth.c
index 91baca30..8943c3fd 100644
--- a/src/auth.c
+++ b/src/auth.c
@@ -486,8 +486,8 @@ static int Auth_do_auth_dialog(const char *realm, const DilloUrl *url)
AuthDialogData_t *data;
_MSG("auth.c: Auth_do_auth_dialog: realm = '%s'\n", realm);
- message = dStrconcat("Enter a user and password for \"",
- realm, "\".", NULL);
+ message = dStrconcat("The server at ", URL_HOST(url), " requires a username"
+ " and password for \"", realm, "\".", NULL);
data = dNew(AuthDialogData_t, 1);
data->realm_name = dStrdup(realm);
data->url = a_Url_dup(url);