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



commit 7c9497cb8ead833eaffc1019c993d7852a5cb979
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 65c717b..ab1fe38 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -158,7 +158,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]