[gnome-software] gs-updates-page: Add mnemonics to a button label



commit 4fc40092cee0dc13a3812f3b92308cbac55119aa
Author: Philip Withnall <withnall endlessm com>
Date:   Fri Mar 29 10:53:43 2019 +0000

    gs-updates-page: Add mnemonics to a button label
    
    This has the added benefit of re-using an existing string (which already
    had the mnemonic), reducing the number of translatable strings by one.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 src/gs-updates-page.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-updates-page.c b/src/gs-updates-page.c
index 131c56d1..6a894f1e 100644
--- a/src/gs-updates-page.c
+++ b/src/gs-updates-page.c
@@ -894,7 +894,7 @@ gs_updates_page_button_refresh_cb (GtkWidget *widget,
                gtk_dialog_add_button (GTK_DIALOG (dialog),
                                       /* TRANSLATORS: this is a link to the
                                        * control-center network panel */
-                                      _("Check Anyway"),
+                                      _("Check _Anyway"),
                                       GTK_RESPONSE_ACCEPT);
                g_signal_connect (dialog, "response",
                                  G_CALLBACK (gs_updates_page_refresh_confirm_cb),


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