aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_toolbar.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-02 08:23:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-02-02 08:23:28 +0000
commitb4f66f4dbf383904028bc127ff7adc8c9e9eff66 (patch)
treeddf0d6f26f886d877bffd076bcbce810b4bf34c7 /src/prefs_toolbar.c
parent6705e5139881da7a8a798a31f74015a5c3897c75 (diff)
improved the display items dialog.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1526 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_toolbar.c')
-rw-r--r--src/prefs_toolbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/prefs_toolbar.c b/src/prefs_toolbar.c
index 92fd9f4e..8f9cb3ae 100644
--- a/src/prefs_toolbar.c
+++ b/src/prefs_toolbar.c
@@ -34,7 +34,7 @@
static PrefsDisplayItem all_items[] =
{
- {T_SEPARATOR, "separator", N_("Separator"),
+ {T_SEPARATOR, "separator", N_("---- Separator ----"),
NULL, 0, NULL, TRUE, FALSE},
{T_GET, "get", N_("Get"),
N_("Incorporate new mail"),
@@ -208,7 +208,7 @@ gint prefs_toolbar_open(ToolbarType type, gint *visible_items,
_("Customize toolbar"));
gtk_label_set_text(GTK_LABEL(dialog->label),
_("Select items to be displayed on the toolbar. You can modify\n"
- "the order by using the Up / Down button, or dragging the items."));
+ "the order by using the Up / Down button."));
switch (type) {
case TOOLBAR_MAIN: