diff options
author | Jérôme Guelfucci <jeromeg@xfce.org> | 2011-02-16 23:53:52 +0100 |
---|---|---|
committer | Jérôme Guelfucci <jeromeg@xfce.org> | 2011-02-16 23:53:52 +0100 |
commit | 698ab92d9c9057d2a3a16e9f69d3afa30b67035e (patch) | |
tree | c9f12236e7c67baf0ceb098c829eda9feeaba2d9 /xfce4-session | |
parent | 9f63340116716d4fefe7faef4bf0a2b2cc8e23c3 (diff) | |
download | xfce4-session-698ab92d9c9057d2a3a16e9f69d3afa30b67035e.tar.gz |
Remove duplicated accelerator.
Diffstat (limited to 'xfce4-session')
-rw-r--r-- | xfce4-session/shutdown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce4-session/shutdown.c b/xfce4-session/shutdown.c index 8c386db4..45031ba2 100644 --- a/xfce4-session/shutdown.c +++ b/xfce4-session/shutdown.c @@ -496,7 +496,7 @@ shutdownDialog(const gchar *sessionName, XfsmShutdownType *shutdownType, gboolea gtk_box_pack_start (GTK_BOX (vbox2), image, FALSE, FALSE, 0); g_object_unref (icon); - label = gtk_label_new_with_mnemonic (_("_Shut Down")); + label = gtk_label_new_with_mnemonic (_("Shut _Down")); gtk_widget_show (label); gtk_box_pack_start (GTK_BOX (vbox2), label, FALSE, FALSE, 0); |