aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_search_folder.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-12 07:08:39 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-12 07:08:39 +0000
commit132184c8ab6b6d092acf3c6fa5ef32f5cd1df5c2 (patch)
treedfa92485946bdf885f0ec61794d8a9701e85563b /src/prefs_search_folder.c
parenteee90df0c5c5e3b63ced8e84634602910d9d0880 (diff)
replaced 'Search messages...' with 'Edit search condition...' on virtual folder.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@891 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_search_folder.c')
-rw-r--r--src/prefs_search_folder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs_search_folder.c b/src/prefs_search_folder.c
index f61179af..fa7e7c44 100644
--- a/src/prefs_search_folder.c
+++ b/src/prefs_search_folder.c
@@ -148,7 +148,7 @@ static PrefsSearchFolderDialog *prefs_search_folder_create(FolderItem *item)
gtk_widget_hide(dialog->apply_btn);
gtk_widget_set_size_request(dialog->window, 600, -1);
- title = g_strdup_printf(_("%s - Search folder properties"), item->name);
+ title = g_strdup_printf(_("%s - Edit search condition"), item->name);
gtk_window_set_title(GTK_WINDOW(dialog->window), title);
g_free(title);
gtk_notebook_set_show_border(GTK_NOTEBOOK(dialog->notebook), FALSE);