[gnome-software] gs-updates-page: Fix capitalisation of a dialogue title string



commit 6665f4b0c6bcc9d97f0259aba9536fae262a1162
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]