aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-01-30 08:22:01 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-01-30 08:22:01 +0800
commitd4d4df164b4b162c3fd2f461f245dee293fea815 (patch)
tree5273dd69d157f44ded355f44b0962c6fa2f21358
parente0f85de50f8c04ea4b3182fbb668bd17ee9c0e52 (diff)
downloadgsoc2013-evolution-d4d4df164b4b162c3fd2f461f245dee293fea815.tar.gz
gsoc2013-evolution-d4d4df164b4b162c3fd2f461f245dee293fea815.tar.zst
gsoc2013-evolution-d4d4df164b4b162c3fd2f461f245dee293fea815.zip
Fixed some typos.
2001-01-30 Kjartan Maraas <kmaraas@gnome.org> * importer/importer.c: Fixed some typos. svn path=/trunk/; revision=7900
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/importer/importer.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 00aebf1ff7..17d2fafc7e 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-30 Kjartan Maraas <kmaraas@gnome.org>
+
+ * importer/importer.c: Fixed some typos.
+
2001-01-28 Ettore Perazzoli <ettore@ximian.com>
* e-shell-folder-creation-dialog.c (add_storage_set_view): Set the
diff --git a/shell/importer/importer.c b/shell/importer/importer.c
index 1d245eb721..21e110b361 100644
--- a/shell/importer/importer.c
+++ b/shell/importer/importer.c
@@ -573,9 +573,9 @@ show_import_wizard (void)
html = html_new (TRUE);
put_html (GTK_HTML (html),
- _("Choose the file that you want to import into Evolution,"
+ _("Choose the file that you want to import into Evolution, "
"and select what type of file it is from the list.\n\n"
- "You can select \"Automatic\" if you do not know, and"
+ "You can select \"Automatic\" if you do not know, and "
"Evolution will attempt to work it out."));
gtk_box_pack_start (GTK_BOX (data->vbox), html->parent->parent,
FALSE, TRUE, 0);
mn1'>| | | | CloudFlare will shutdown the old v1 API on June 4, 2018. ddclient on the repository already supports the current v4 API, but there is no newer release since 2015. Also includes CloudFlare IPv6 support. PR: 228600 Submitted by: maintainer * Use anticongestion in dns/ddclientasomers2017-05-202-4/+11 | | | | | | | | | Introduced in src r316342, the anticongestion feature unifies multiple periodic scripts' disparate sleeps. PR: 218442 Approved by: mjl@luckie.org.nz (maintainer) Approved by: brd (ports) * Remove superfluous dependency.krion2017-02-111-3/+1 | | | | | | Noticed by: sunpoet Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9523 * Fix stale dependencies.krion2017-02-102-12/+56 | | | | | | | PR: 216526 Submitted by: bhtooefr@gmail.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9488 * - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1 | | | | Approved by: portmgr blanket * Update to 3.8.3arved2016-05-022-5/+6 | | | | | | PR: 209167 Submitted by: mzaki@e-mail.ne.jp Approved by: maintainer * Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-2/+2 | | | | | With hat: portmgr Sponsored by: Absolight * Fix usage of ${PERL5}.mat2015-12-182-10/+1 | | | | | | | | | | | | | | ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight * Cleanup plistbapt2014-12-211-1/+0 | * Convert a bunch of USE_BZIP2 to USES=tar:bzip2adamw2014-07-30