From 94588408e7f53e43af69e7a5e511bee9d015a73e Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 19 Nov 2017 18:29:19 -0500 Subject: MqTabLabel, MqTabPage: s/New tab/New Tab/ Comply with GNOME's and other HIGs. --- (limited to 'src') diff --git a/src/tab-label.c b/src/tab-label.c index 1971d50..46abf8e 100644 --- a/src/tab-label.c +++ b/src/tab-label.c @@ -321,7 +321,7 @@ mq_tab_label_init(MqTabLabel *tab_label) GtkWidget *close_button; GtkWidget *box; - tab_label->title = "New tab"; + tab_label->title = "New Tab"; /* Set up tab image. */ tab_label->image = gtk_image_new_from_icon_name("text-html", diff --git a/src/tab-page.c b/src/tab-page.c index 29f1721..a90c7d4 100644 --- a/src/tab-page.c +++ b/src/tab-page.c @@ -212,7 +212,7 @@ mq_tab_page_class_init(MqTabPageClass *klass) static void mq_tab_page_init(MqTabPage *tab_page) { - tab_page->title = "New tab"; + tab_page->title = "New Tab"; } MqTabPage * -- cgit v0.9.1