[gnome-software/gnome-3-12] Don't show _Pending in the header



commit add998f6361905ee5b9ff730e7b5a6d2dde5126c
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Apr 28 15:05:15 2014 -0400

    Don't show _Pending in the header
    
    The label is not labeling a control, but is just freestanding
    status information. As such, it doesn't benefit from a mnemonic,
    and use-underline is not set to TRUE anyway.

 src/gs-shell-details.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index 2639f39..23de797 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -133,7 +133,7 @@ gs_shell_details_refresh (GsShellDetails *shell_details)
        switch (state) {
        case GS_APP_STATE_QUEUED:
                gtk_widget_set_visible (widget, TRUE);
-               gtk_label_set_label (GTK_LABEL (widget), _("_Pending"));
+               gtk_label_set_label (GTK_LABEL (widget), _("Pending"));
                break;
        default:
                gtk_widget_set_visible (widget, FALSE);


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