summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-01-29 03:21:39 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-01-29 03:21:39 +0000
commit30156035790eaa4574ff295b6102a2de89da3939 (patch)
tree96954bb6e344fea379059c36adeefdfb8542a293
parent026316858b54c266772ed1fc985b6ae92d740da0 (diff)
downloadgdm-30156035790eaa4574ff295b6102a2de89da3939.tar.gz
Fix some trivial spelling errors. Patch by ash@contact.bg. Fixes bug
2006-01-26 Brian Cameron <brian.cameron@sun.com> * gui/gdmsetup.d, daemon/slave.c: Fix some trivial spelling errors. Patch by ash@contact.bg. Fixes bug #401656. svn path=/trunk/; revision=4545
-rw-r--r--ChangeLog5
-rw-r--r--daemon/slave.c6
-rw-r--r--gui/gdmsetup.c4
3 files changed, 10 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index a6d18c3c..46669cfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-01-26 Brian Cameron <brian.cameron@sun.com>
+ * gui/gdmsetup.d, daemon/slave.c: Fix some trivial spelling
+ errors. Patch by ash@contact.bg. Fixes bug #401656.
+
+2006-01-26 Brian Cameron <brian.cameron@sun.com>
+
* docs/C/gdm.xml: Fix tags.
2006-01-26 Brian Cameron <brian.cameron@sun.com>
diff --git a/daemon/slave.c b/daemon/slave.c
index 74d165f8..5647af80 100644
--- a/daemon/slave.c
+++ b/daemon/slave.c
@@ -2661,7 +2661,7 @@ gdm_slave_greeter (void)
something works instead of a flickering screen */
gdm_error_box (d,
GTK_MESSAGE_ERROR,
- _("The greeter application appears to be crashing."
+ _("The greeter application appears to be crashing. "
"Attempting to use a different one."));
if (strstr (command, "gdmlogin") != NULL) {
/* in case it is gdmlogin that's crashing
@@ -4075,10 +4075,10 @@ gdm_slave_session_start (void)
! g_file_test (pwent->pw_dir, G_FILE_TEST_IS_DIR)) {
char *yesno_msg;
char *msg = g_strdup_printf (
- _("Your home directory is listed as:'%s'"
+ _("Your home directory is listed as: '%s' "
"but it does not appear to exist. "
"Do you want to log in with the / (root) "
- "directory as your home directory?"
+ "directory as your home directory? "
"It is unlikely anything will work unless "
"you use a failsafe session."),
ve_sure_string (pwent->pw_dir));
diff --git a/gui/gdmsetup.c b/gui/gdmsetup.c
index b94b1b70..3a61c897 100644
--- a/gui/gdmsetup.c
+++ b/gui/gdmsetup.c
@@ -1549,7 +1549,7 @@ combobox_timeout (GtkWidget *combo_box)
g_free (val);
if (enabled_command)
- gtk_label_set_text (GTK_LABEL (status_label), _("(Enabled) "));
+ gtk_label_set_text (GTK_LABEL (status_label), _("(Enabled)"));
else
gtk_label_set_text (GTK_LABEL (status_label), _("(Disabled)"));
}
@@ -3911,7 +3911,7 @@ command_button_clicked (void)
GdmCommandChangesUnsaved = g_hash_table_new (g_str_hash, g_str_equal);
- /* Add halt, rebewt and suspend commands */
+ /* Add halt, reboot and suspend commands */
gtk_combo_box_append_text (GTK_COMBO_BOX (command_chooser), _("Halt command"));
gtk_combo_box_append_text (GTK_COMBO_BOX (command_chooser), _("Reboot command"));
gtk_combo_box_append_text (GTK_COMBO_BOX (command_chooser), _("Suspend command"));