[evolution] Capitalize tab header as all others are capitalized too
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Capitalize tab header as all others are capitalized too
- Date: Fri, 19 Aug 2011 13:31:04 +0000 (UTC)
commit 54b7c198c3fa0cbef5d7e2b66ec621dd499792a0
Author: Andre Klapper <a9016009 gmx de>
Date: Fri Aug 19 15:30:50 2011 +0200
Capitalize tab header as all others are capitalized too
plugins/itip-formatter/itip-formatter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/itip-formatter/itip-formatter.c b/plugins/itip-formatter/itip-formatter.c
index 37fcb21..09f59a7 100644
--- a/plugins/itip-formatter/itip-formatter.c
+++ b/plugins/itip-formatter/itip-formatter.c
@@ -2989,7 +2989,7 @@ itip_formatter_page_factory (EPlugin *ep, EConfigHookItemFactoryData *hook_data)
/* Create a new notebook page */
page = gtk_vbox_new (FALSE, 0);
gtk_container_set_border_width (GTK_CONTAINER (page), 12);
- tab_label = gtk_label_new (_("Meeting invitations"));
+ tab_label = gtk_label_new (_("Meeting Invitations"));
gtk_notebook_append_page (GTK_NOTEBOOK (hook_data->parent), page, tab_label);
/* Frame */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]