aboutsummaryrefslogtreecommitdiff
path: root/src/update_check.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-03-01 07:36:38 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-03-01 07:36:38 +0000
commit3291a4a32dacf81e62155d86a1446ffc532b6d9c (patch)
treea654466932352bf0533e345612b4814545650da3 /src/update_check.c
parentf88648d3843143cadf74b6bda5c60dff86ca7bca (diff)
fixed typos.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2515 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/update_check.c')
-rw-r--r--src/update_check.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/update_check.c b/src/update_check.c
index 40c7ebe6..11ce93ec 100644
--- a/src/update_check.c
+++ b/src/update_check.c
@@ -113,12 +113,12 @@ static void update_dialog(const gchar *new_ver, gboolean manual)
if (new_ver)
g_snprintf(buf, sizeof(buf), "%s\n\n%s -> %s",
- _("The newer version of Sylpheed found.\n"
+ _("A newer version of Sylpheed has been found.\n"
"Upgrade now?"),
VERSION, new_ver);
else
g_snprintf(buf, sizeof(buf), "%s",
- _("The newer version of Sylpheed found.\n"
+ _("A newer version of Sylpheed has been found.\n"
"Upgrade now?"));
val = alertpanel_full(_("New version found"), buf,