[gnome-color-manager] trivial: swap a dialog button ordering for the GNOME HIG



commit 729934f2b27845819a0677d52e4229f975d651d6
Author: Richard Hughes <richard hughsie com>
Date:   Mon Feb 22 09:47:24 2010 +0000

    trivial: swap a dialog button ordering for the GNOME HIG

 src/gcm-calibrate.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcm-calibrate.c b/src/gcm-calibrate.c
index 577c40e..b123fd7 100644
--- a/src/gcm-calibrate.c
+++ b/src/gcm-calibrate.c
@@ -701,10 +701,10 @@ gcm_calibrate_device (GcmCalibrate *calibrate, GtkWindow *window, GError **error
 
 		gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog), "%s", string->str);
 		gtk_window_set_icon_name (GTK_WINDOW (dialog), GCM_STOCK_ICON);
-		/* TRANSLATORS: button, install a package */
-		gtk_dialog_add_button (GTK_DIALOG (dialog), _("Install"), GTK_RESPONSE_YES);
 		/* TRANSLATORS: button, skip installing a package */
 		gtk_dialog_add_button (GTK_DIALOG (dialog), _("Do not install"), GTK_RESPONSE_CANCEL);
+		/* TRANSLATORS: button, install a package */
+		gtk_dialog_add_button (GTK_DIALOG (dialog), _("Install"), GTK_RESPONSE_YES);
 		response = gtk_dialog_run (GTK_DIALOG (dialog));
 		gtk_widget_destroy (dialog);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]