general: Remove periods from single sentences
This is done to align with the HIG rule about periods in single sentence strings. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3280>
This commit is contained in:
@ -761,7 +761,7 @@ shell_keyring_prompt_complete (ShellKeyringPrompt *self)
|
||||
/* Do the passwords match? */
|
||||
if (!g_str_equal (password, confirm))
|
||||
{
|
||||
gcr_prompt_set_warning (GCR_PROMPT (self), _("Passwords do not match."));
|
||||
gcr_prompt_set_warning (GCR_PROMPT (self), _("Passwords do not match"));
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user