aboutsummaryrefslogtreecommitdiff
path: root/src/compose.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-12 06:31:55 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-12 06:31:55 +0000
commit4e029c26ee4bca999bf39dda0b1b2d2bfe5101bc (patch)
treef6232c0f0fe543859787f92f1642b5cb54e3a41f /src/compose.c
parent85969fb751e0da20008a66b8f81e8196131da4da (diff)
modified several alerts, and added accelerators for the buttons.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@421 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/compose.c')
-rw-r--r--src/compose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compose.c b/src/compose.c
index 7dd49543..9204c0ef 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -5791,7 +5791,7 @@ static void compose_template_activate_cb(GtkWidget *widget, gpointer data)
msg = g_strdup_printf(_("Do you want to apply the template `%s' ?"),
tmpl->name);
val = alertpanel(_("Apply template"), msg,
- _("Replace"), _("Insert"), GTK_STOCK_CANCEL);
+ _("_Replace"), _("_Insert"), GTK_STOCK_CANCEL);
g_free(msg);
if (val == G_ALERTDEFAULT)