aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-09-17 23:18:56 +0200
committerThomas White <taw@bitwiz.org.uk>2013-09-17 23:18:56 +0200
commitbd17227fa9d7791639039dc5969d7d3a57e41d6d (patch)
treee60abec2bdeafd6381510bdc8c0f234994cf12db /src
parent7f275444b6fde9cbbc934b1a562406d4532bed6f (diff)
Fix capitals
Diffstat (limited to 'src')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 5ae8a6c..a3e93c0 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -781,7 +781,7 @@ static void add_menu_bar(struct presentation *p, GtkWidget *vbox)
NULL, NULL, G_CALLBACK(add_slide_sig) },
{ "ToolsAction", NULL, "_Tools", NULL, NULL, NULL },
- { "TSlideshowAction", GTK_STOCK_FULLSCREEN, "_Start slideshow",
+ { "TSlideshowAction", GTK_STOCK_FULLSCREEN, "_Start Slideshow",
"F5", NULL, G_CALLBACK(start_slideshow_sig) },
{ "NotesAction", NULL, "_Open slide notes",
"F8", NULL, G_CALLBACK(open_notes_sig) },