aboutsummaryrefslogtreecommitdiff
path: root/src
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
parente2cbc91110f087e20502cc46c79cdd1131759d07 (diff)
modified strings.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1602 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.c4
-rw-r--r--src/prefs_filter.c2
2 files changed, 3 insertions, 3 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},
diff --git a/src/prefs_filter.c b/src/prefs_filter.c
index 05d00483..a8ca55c9 100644
--- a/src/prefs_filter.c
+++ b/src/prefs_filter.c
@@ -205,7 +205,7 @@ static void prefs_filter_create(void)
gtk_widget_grab_default(close_btn);
gtk_window_set_title(GTK_WINDOW(window),
- _("Filter setting"));
+ _("Filter settings"));
g_signal_connect(G_OBJECT(window), "delete_event",
G_CALLBACK(prefs_filter_deleted), NULL);
g_signal_connect(G_OBJECT(window), "key_press_event",