[gnome-control-center] Improved new username format message (bug #647851)
- From: Rodrigo Moya <rodrigo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Improved new username format message (bug #647851)
- Date: Mon, 11 Jul 2011 08:00:53 +0000 (UTC)
commit 2714908bf71f34c971e7a7587e0509473f2e93a6
Author: Robert Roth <robert roth off gmail com>
Date: Fri Jul 8 12:11:44 2011 +0000
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).
panels/user-accounts/um-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/user-accounts/um-utils.c b/panels/user-accounts/um-utils.c
index f579cb7..9c42244 100644
--- a/panels/user-accounts/um-utils.c
+++ b/panels/user-accounts/um-utils.c
@@ -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 '_'"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]