summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2019-11-15 15:34:05 -0500
committerSean Davis <smd.seandavis@gmail.com>2019-11-15 15:34:05 -0500
commita8e3bdbcf19bd88159dfd847efd34de041ff75a2 (patch)
treea85ed52fce698b313c48e2fd44f139735ad7ec98 /src
parent18563bc3e24c49d98aed8eaadd3f74cdc115079f (diff)
downloadlightdm-gtk-greeter-git-a8e3bdbcf19bd88159dfd847efd34de041ff75a2.tar.gz
Replace ungrammatical comma splice in 'Incorrect password' message (LP: #1810143)
Diffstat (limited to 'src')
-rw-r--r--src/lightdm-gtk-greeter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lightdm-gtk-greeter.c b/src/lightdm-gtk-greeter.c
index 27d009f..c61c1c6 100644
--- a/src/lightdm-gtk-greeter.c
+++ b/src/lightdm-gtk-greeter.c
@@ -2497,7 +2497,7 @@ authentication_complete_cb (LightDMGreeter *ldm)
if (prompted)
{
if (!have_pam_error)
- set_message_label (LIGHTDM_MESSAGE_TYPE_ERROR, _("Incorrect password, please try again"));
+ set_message_label (LIGHTDM_MESSAGE_TYPE_ERROR, _("Your password is incorrect. Please try again."));
start_authentication (lightdm_greeter_get_authentication_user (ldm));
}
else