Fix broken English.

svn path=/trunk/; revision=8000
This commit is contained in:
Ettore Perazzoli
2001-02-05 22:38:40 +00:00
parent 19daa2bae2
commit db7b5a96a4
2 changed files with 6 additions and 1 deletions

View File

@ -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>.

View File

@ -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);