aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-09 09:52:58 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-09 09:52:58 +0000
commitbeac1c122b7ec8494dd576060192b7a917d43ad8 (patch)
tree172819da5b8509944b262cb9d14a50723dd2fa5d /libsylph
parentf7ca35cbcbb20c446d2fc392adcb67bf3ccacc77 (diff)
added missing translation string.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@569 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/imap.c b/libsylph/imap.c
index 7b915c9d..7b647567 100644
--- a/libsylph/imap.c
+++ b/libsylph/imap.c
@@ -1091,7 +1091,7 @@ static gchar *imap_fetch_msg(Folder *folder, FolderItem *item, gint uid)
return NULL;
}
- status_print("Getting message %d", uid);
+ status_print(_("Getting message %d"), uid);
debug_print("getting message %d...\n", uid);
ok = imap_cmd_fetch(session, (guint32)uid, filename);