diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 4 | ||||
-rw-r--r-- | shell/main.c | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index ec45ae5c65..9c8ae7bb51 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,7 @@ +2001-03-15 Pablo Saratxaga <pabloàmandrakesoft.com> + + * main.c: fixed a no-c-format tag + 2001-03-14 Ettore Perazzoli <ettore@ximian.com> * importer/Makefile.am (INCLUDES): Remove `-g Wall' and friends. diff --git a/shell/main.c b/shell/main.c index 3f98fd85b1..de3bd81816 100644 --- a/shell/main.c +++ b/shell/main.c @@ -68,10 +68,9 @@ development_warning (void) "Evolution" VERSION, GNOME_STOCK_BUTTON_OK, NULL); -/* xgettext:no-c-format */ label = gtk_label_new ( - _( - "Hi. Thanks for taking the time to download this PREVIEW RELEASE\n" + /* xgettext:no-c-format */ + _("Hi. Thanks for taking the time to download this PREVIEW RELEASE\n" "of the Evolution groupware suite.\n" "\n" "Evolution is not yet complete. It's getting close, but there are\n" |