aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-10 02:41:32 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-10 02:41:32 +0000
commit8bba007da8ff22082dd4548d7bd4ff5f0ab988eb (patch)
treeddbe97c98a9c3f700e4f88a7883a585d4a82d840 /src/mainwindow.c
parente2cbc91110f087e20502cc46c79cdd1131759d07 (diff)
modified strings.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1602 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 32332e4f..72eea493 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -830,7 +830,7 @@ static GtkItemFactoryEntry mainwin_entries[] =
{N_("/_Configuration"), NULL, NULL, 0, "<Branch>"},
{N_("/_Configuration/_Common preferences..."),
NULL, prefs_common_open_cb, 0, NULL},
- {N_("/_Configuration/_Filter setting..."),
+ {N_("/_Configuration/_Filter settings..."),
NULL, prefs_filter_open_cb, 0, NULL},
{N_("/_Configuration/_Template..."), NULL, prefs_template_open_cb, 0, NULL},
#ifndef G_OS_WIN32
@@ -2079,7 +2079,7 @@ void main_window_set_menu_sensitive(MainWindow *mainwin)
{"/Tools/Delete duplicated messages" , M_MSG_EXIST|M_ALLOW_DELETE},
{"/Configuration/Common preferences...", M_UNLOCKED},
- {"/Configuration/Filter setting...", M_UNLOCKED},
+ {"/Configuration/Filter settings...", M_UNLOCKED},
{"/Configuration/Preferences for current account...", M_UNLOCKED},
{"/Configuration/Create new account...", M_UNLOCKED},
{"/Configuration/Edit accounts...", M_UNLOCKED},