Improved new username format message (bug #647851)
Added 'only' to the new username sentence ("The username must consist of") to have "The username must only consist of", based on the suggestion in bug #647851 (https://bugzilla.gnome.org/show_bug.cgi?id=647851).
This commit is contained in:
parent
1d37702b65
commit
2714908bf7
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ is_valid_username (const gchar *username, gchar **tip)
|
|||
*tip = g_strdup (_("The username cannot start with a '-'"));
|
||||
}
|
||||
else {
|
||||
*tip = g_strdup (_("The username must consist of:\n"
|
||||
*tip = g_strdup (_("The username must only consist of:\n"
|
||||
" \xe2\x9e\xa3 letters from the English alphabet\n"
|
||||
" \xe2\x9e\xa3 digits\n"
|
||||
" \xe2\x9e\xa3 any of the characters '.', '-' and '_'"));
|
||||
|
|
Loading…
Add table
Reference in a new issue