[gnome-software/eos-updater-upstream: 2/11] gs-updates-page: Fix capitalisation of a dialogue title string
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/eos-updater-upstream: 2/11] gs-updates-page: Fix capitalisation of a dialogue title string
- Date: Tue, 2 Apr 2019 10:22:28 +0000 (UTC)
commit 56ae3a38b5019f2ff008a2ab92816f679a3a05cd
Author: Philip Withnall <withnall endlessm com>
Date: Fri Mar 29 10:50:40 2019 +0000
gs-updates-page: Fix capitalisation of a dialogue title string
Dialogue titles should be in Title Case.
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 e4e5e438..131c56d1 100644
--- a/src/gs-updates-page.c
+++ b/src/gs-updates-page.c
@@ -886,7 +886,7 @@ gs_updates_page_button_refresh_cb (GtkWidget *widget,
GTK_MESSAGE_ERROR,
GTK_BUTTONS_CANCEL,
/* TRANSLATORS: this is to explain that downloading updates
may cost money */
- _("Charges may apply"));
+ _("Charges May Apply"));
gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
/* TRANSLATORS: we need network
* to do the updates check */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]