summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-01-26 06:01:29 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-01-26 06:01:29 +0000
commit7b0c215c3c47389abdf891f601a8566cdc1b9b0b (patch)
tree7a0f7dc406d9966a2487680a003e73746c90a39c
parent568152b84c0e368054742775b92e094ef3ee6bef (diff)
downloadgdm-7b0c215c3c47389abdf891f601a8566cdc1b9b0b.tar.gz
Fix spelling of minimal. Fixes bug #400698.
2006-01-26 Brian Cameron <brian.cameron@sun.com> * gui/gdmsetup.c: Fix spelling of minimal. Fixes bug #400698. svn path=/trunk/; revision=4542
-rw-r--r--ChangeLog5
-rw-r--r--gui/gdmsetup.c6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d991646..2515cf2b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-26 Brian Cameron <brian.cameron@sun.com>
+
+ * gui/gdmsetup.c: Fix spelling of minimal. Fixes bug
+ #400698.
+
2006-01-24 Brian Cameron <brian.cameron@sun.com>
* docs/C/gdm.xml: Some improvements to the PAM documentation.
diff --git a/gui/gdmsetup.c b/gui/gdmsetup.c
index d4dbd666..b94b1b70 100644
--- a/gui/gdmsetup.c
+++ b/gui/gdmsetup.c
@@ -732,7 +732,7 @@ intspin_timeout (GtkWidget *spin)
_("Users include list modification"),
_("Some of the users in the Include list "
"(Users tab) now have uid lower than "
- "MinumalUID and will be removed."));
+ "MinimalUID and will be removed."));
gtk_dialog_run (GTK_DIALOG (dlg));
gtk_widget_destroy (dlg);
@@ -2981,7 +2981,7 @@ browser_apply (GtkWidget *button, gpointer data)
GTK_BUTTONS_OK,
_("Users include list modification"),
_("Some of the users had uid lower than "
- "MinumalUID (Security tab) and "
+ "MinimalUID (Security tab) and "
"could not be added."));
gtk_dialog_run (GTK_DIALOG (dlg));
gtk_widget_destroy (dlg);
@@ -6676,7 +6676,7 @@ setup_security_tab (void)
setup_radio_group ("relax_permissions1_radiobutton", GDM_KEY_RELAX_PERM, 1);
setup_radio_group ("relax_permissions2_radiobutton", GDM_KEY_RELAX_PERM, 2);
- /* Setup MinumalUID */
+ /* Setup MinimalUID */
setup_intspin ("minimal_uid_spinbutton", GDM_KEY_MINIMAL_UID);
/* Setup Configure XDMCP button */