aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-02-06 06:38:40 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-02-06 06:38:40 +0800
commitdb7b5a96a4c8f8dbf0a5fd05753024e3ee0db585 (patch)
tree02e594ac85cc7325137cd3f69db2a5b904b9d26a
parent19daa2bae2b85ad1f4f7b038248e84ad8c5eb530 (diff)
downloadgsoc2013-evolution-db7b5a96a4c8f8dbf0a5fd05753024e3ee0db585.tar
gsoc2013-evolution-db7b5a96a4c8f8dbf0a5fd05753024e3ee0db585.tar.gz
gsoc2013-evolution-db7b5a96a4c8f8dbf0a5fd05753024e3ee0db585.tar.bz2
gsoc2013-evolution-db7b5a96a4c8f8dbf0a5fd05753024e3ee0db585.tar.lz
gsoc2013-evolution-db7b5a96a4c8f8dbf0a5fd05753024e3ee0db585.tar.xz
gsoc2013-evolution-db7b5a96a4c8f8dbf0a5fd05753024e3ee0db585.tar.zst
gsoc2013-evolution-db7b5a96a4c8f8dbf0a5fd05753024e3ee0db585.zip
Fix broken English.
svn path=/trunk/; revision=8000
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-setup.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index d25fd7f98b..a0fff636b5 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-05 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-setup.c (copy_default_stuff): s/first time you run/first time
+ you are running/.
+
2001-02-02 Ettore Perazzoli <ettore@ximian.com>
* e-component-registry.h: Don't #include <config.h>.
diff --git a/shell/e-setup.c b/shell/e-setup.c
index a97dc91232..96a7a11d15 100644
--- a/shell/e-setup.c
+++ b/shell/e-setup.c
@@ -186,7 +186,7 @@ copy_default_stuff (const char *evolution_directory)
GNOME_STOCK_BUTTON_OK, GNOME_STOCK_BUTTON_CANCEL,
NULL);
- label1 = gtk_label_new (_("This seems to be the first time you run Evolution."));
+ label1 = gtk_label_new (_("This seems to be the first time you are running Evolution."));
label2 = gtk_label_new (_("Please click \"OK\" to install the Evolution user files under"));
label3 = gtk_label_new (evolution_directory);