[gnome-software/eos-updater-upstream: 3/11] gs-updates-page: Add mnemonics to a button label
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/eos-updater-upstream: 3/11] gs-updates-page: Add mnemonics to a button label
- Date: Tue, 2 Apr 2019 10:22:33 +0000 (UTC)
commit 0178aca9fa6ccae9b957a6161f5e50fc92155f79
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]