diff options
author | Aaron Weber <aaron@src.gnome.org> | 2002-10-01 04:11:15 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2002-10-01 04:11:15 +0800 |
commit | 43dfa91e96a82455faeeb6376b02b0dc8a53c93c (patch) | |
tree | bb95caff9d089907f0a0f48144d0dc10089d0fa3 /shell | |
parent | 44a1f8aeec2c3a49a5fab8e67cd583c39fe54c3f (diff) | |
download | gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.tar.gz gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.tar.zst gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.zip |
It's a grand old string-review! Nitpicky and minor changes; details in the appropriate ChangeLog files.
svn path=/trunk/; revision=18268
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/glade/evolution-startup-wizard.glade | 2 | ||||
-rw-r--r-- | shell/importer/import.glade | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index d8b359a08e..f17b18602e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2002-09-30 Aaron Weber <aaron@ximian.com> + + * importer/import.glade: Import Assistant vs. Importer assistant. + + * glade/evolution-startup-wizard.glade: setup/set up confusion in 15. + 2002-09-30 Dan Winship <danw@ximian.com> * e-shell-view-menu.c (command_remove_other_users_folder): Calls diff --git a/shell/glade/evolution-startup-wizard.glade b/shell/glade/evolution-startup-wizard.glade index f82643f76b..947cba13bc 100644 --- a/shell/glade/evolution-startup-wizard.glade +++ b/shell/glade/evolution-startup-wizard.glade @@ -239,7 +239,7 @@ Please click the "Next" button to continue. </text> <name>done-page</name> <title>Done</title> <text>You have successfully entered all of the information -needed to setup Evolution. +needed to set up Evolution. Click the "Finish" button to save your settings. </text> <background_color>0,0,1</background_color> diff --git a/shell/importer/import.glade b/shell/importer/import.glade index fae8c9c0f0..6ab1bf60b5 100644 --- a/shell/importer/import.glade +++ b/shell/importer/import.glade @@ -19,7 +19,7 @@ <class>GtkWindow</class> <name>importwizard</name> <visible>False</visible> - <title>Evolution Importer Assistant</title> + <title>Evolution Import Assistant</title> <type>GTK_WINDOW_TOPLEVEL</type> <position>GTK_WIN_POS_NONE</position> <modal>False</modal> |