diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-08-19 21:30:50 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-14 20:08:51 +0800 |
commit | c58254deff5d9ce793fceb3aa24643ee5298b876 (patch) | |
tree | ae3631ac709d75252ad3d99e87e79f04d8ee2e9e | |
parent | 0e1a7daffd1bd4bcd020bb06494c2c1611e4b883 (diff) | |
download | gsoc2013-evolution-c58254deff5d9ce793fceb3aa24643ee5298b876.tar gsoc2013-evolution-c58254deff5d9ce793fceb3aa24643ee5298b876.tar.gz gsoc2013-evolution-c58254deff5d9ce793fceb3aa24643ee5298b876.tar.bz2 gsoc2013-evolution-c58254deff5d9ce793fceb3aa24643ee5298b876.tar.lz gsoc2013-evolution-c58254deff5d9ce793fceb3aa24643ee5298b876.tar.xz gsoc2013-evolution-c58254deff5d9ce793fceb3aa24643ee5298b876.tar.zst gsoc2013-evolution-c58254deff5d9ce793fceb3aa24643ee5298b876.zip |
Capitalize tab header as all others are capitalized too
-rw-r--r-- | 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 37fcb21fd5..09f59a7919 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 */ |