[Xfce4-commits] <xfburn:master> Improve button label

David Mohr noreply at xfce.org
Fri May 3 07:34:01 CEST 2013


Updating branch refs/heads/master
         to ae372d3af983179b6ef2e4ef64971e28965bf0ba (commit)
       from 6adfa0d734d4da2b790d9303b25a21c8114806f6 (commit)

commit ae372d3af983179b6ef2e4ef64971e28965bf0ba
Author: David Mohr <david at mcbf.net>
Date:   Thu May 2 23:08:55 2013 -0600

    Improve button label

 xfburn/xfburn-burn-image-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xfburn/xfburn-burn-image-dialog.c b/xfburn/xfburn-burn-image-dialog.c
index 44e5d12..3bf9df5 100644
--- a/xfburn/xfburn-burn-image-dialog.c
+++ b/xfburn/xfburn-burn-image-dialog.c
@@ -223,7 +223,7 @@ xfburn_burn_image_dialog_init (XfburnBurnImageDialog * obj)
   gtk_widget_show (priv->check_burnfree);
   gtk_box_pack_start (GTK_BOX (vbox), priv->check_burnfree, FALSE, FALSE, BORDER);
 
-  priv->check_quit = gtk_check_button_new_with_mnemonic (_("_Quit after successful completion"));
+  priv->check_quit = gtk_check_button_new_with_mnemonic (_("_Quit after success"));
   gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (priv->check_quit), xfburn_settings_get_boolean("quit_after_success", FALSE));
   gtk_widget_show (priv->check_quit);
   gtk_box_pack_start (GTK_BOX (vbox), priv->check_quit, FALSE, FALSE, BORDER);


More information about the Xfce4-commits mailing list