summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2001-05-21 02:31:49 +0000
committerGeorge Lebl <jirka@src.gnome.org>2001-05-21 02:31:49 +0000
commit39860db874a32c8a7462cdc74a342db799ec7ec4 (patch)
tree0fd707bff4cee5ff7d44f8c1184819a6408482b5
parent5529f9e0891f4d2aa56264f4ecf77d910a4d5146 (diff)
downloadgdm-39860db874a32c8a7462cdc74a342db799ec7ec4.tar.gz
Fix some spelling errors and gramatical weirdness as pointed out by
Sun May 20 19:32:52 2001 George Lebl <jirka@5z.com> * daemon/slave.c, daemon/gdm.c, gui/gdmphotosetup.c: Fix some spelling errors and gramatical weirdness as pointed out by Christian Rose <menthos@menthos.com>
-rw-r--r--ChangeLog6
-rw-r--r--daemon/gdm.c6
-rw-r--r--daemon/slave.c3
-rw-r--r--gui/gdmphotosetup.c2
4 files changed, 11 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index a89cb6f2..889b0c90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun May 20 19:32:52 2001 George Lebl <jirka@5z.com>
+
+ * daemon/slave.c, daemon/gdm.c, gui/gdmphotosetup.c: Fix some
+ spelling errors and gramatical weirdness as pointed out by
+ Christian Rose <menthos@menthos.com>
+
Fri May 18 04:17:00 2001 George Lebl <jirka@5z.com>
* daemon/gdm.[ch], daemon/slave.c, docs/C/gdm.sgml,
diff --git a/daemon/gdm.c b/daemon/gdm.c
index 3971f888..fb42957e 100644
--- a/daemon/gdm.c
+++ b/daemon/gdm.c
@@ -533,7 +533,7 @@ deal_with_x_crashes (GdmDisplay *d)
"interface). It is likely that it is not set "
"up correctly. You will need to log in on a "
"console and rerun the X configuration "
- "program. And then restart GDM.");
+ "program. Then restart GDM.");
argv[4] = _("I cannot start the X server (your graphical "
"interface). It is likely that it is not set "
"up correctly. Would you like me to try to "
@@ -593,7 +593,7 @@ deal_with_x_crashes (GdmDisplay *d)
"interface). It is likely that it is not set "
"up correctly. You will need to log in on a "
"console and rerun the X configuration "
- "program. And then restart GDM."));
+ "program. Then restart GDM."));
/* Shit if we knew what the program was to tell the user,
* the above script would have been defined and we'd run
* it for them */
@@ -607,7 +607,7 @@ deal_with_x_crashes (GdmDisplay *d)
"interface). It is likely that it is not set "
"up correctly. You will need to log in on a "
"console and rerun the X configuration "
- "program. And then restart GDM."));
+ "program. Then restart GDM."));
/* Shit if we knew what the program was to tell the user,
* the above script would have been defined and we'd run
* it for them */
diff --git a/daemon/slave.c b/daemon/slave.c
index ebeb1abf..bf710cac 100644
--- a/daemon/slave.c
+++ b/daemon/slave.c
@@ -564,8 +564,7 @@ run_config (GdmDisplay *display, struct passwd *pwent)
"program. Make sure it's path is set\n"
"correctly in the configuration file.\n"
"I will attempt to start it from the\n"
- "default location. If I succeed, you\n"
- "should fix your configuration."));
+ "default location."));
argv = g_strsplit
(EXPANDED_GDMCONFIGDIR
diff --git a/gui/gdmphotosetup.c b/gui/gdmphotosetup.c
index f0a4bde6..74dc668f 100644
--- a/gui/gdmphotosetup.c
+++ b/gui/gdmphotosetup.c
@@ -94,7 +94,7 @@ main (int argc, char *argv[])
GtkWidget *d;
msg = g_strdup_printf (_("The picture is too large and "
"the system administrator\n"
- "disallowed pictores larger "
+ "disallowed pictures larger "
"then %d bytes to\n"
"show in the face browser"),
max_size);