aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-11-05 08:52:52 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-11-05 08:52:52 +0000
commit31dc15362cf0392b6444bb5c6fb3f3d6819a24d0 (patch)
treefb047d83318b80d1622ae48cfb1feb7987a677e9 /src/mainwindow.c
parent9729135288d04b4616dae5a3bc530cd9b9968d7d (diff)
modified strings about plug-ins.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2713 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index fbfc1a5d..c71b3ac2 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -904,7 +904,8 @@ static GtkItemFactoryEntry mainwin_entries[] =
{N_("/_Help/---"), NULL, NULL, 0, "<Separator>"},
{N_("/_Help/_Update check..."), NULL, update_check_cb, 0, NULL},
#ifdef USE_UPDATE_CHECK_PLUGIN
- {N_("/_Help/Update check _plugin..."), NULL, update_check_plugin_cb, 0, NULL},
+ {N_("/_Help/Update check of _plug-ins..."),
+ NULL, update_check_plugin_cb, 0, NULL},
#endif
#endif
{N_("/_Help/---"), NULL, NULL, 0, "<Separator>"},