[geany/geany] 4807ba: file browser: Fix capitalization in menu item

Adam Dingle git-noreply at xxxxx
Sun May 19 21:15:19 UTC 2013


Branch:      refs/heads/master
Author:      Adam Dingle <adam at yorba.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 19 May 2013 21:15:19 UTC
Commit:      4807ba6ce5b669d0e3265631138c226a54ac04bf
             https://github.com/geany/geany/commit/4807ba6ce5b669d0e3265631138c226a54ac04bf

Log Message:
-----------
file browser: Fix capitalization in menu item

Closes #3613558.


Modified Paths:
--------------
    plugins/filebrowser.c

Modified: plugins/filebrowser.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -612,7 +612,7 @@ static GtkWidget *create_popup_menu(void)
 	g_signal_connect(item, "activate", G_CALLBACK(on_open_clicked), NULL);
 	popup_items.open = item;
 
-	item = ui_image_menu_item_new(GTK_STOCK_OPEN, _("Open _externally"));
+	item = ui_image_menu_item_new(GTK_STOCK_OPEN, _("Open _Externally"));
 	gtk_widget_show(item);
 	gtk_container_add(GTK_CONTAINER(menu), item);
 	g_signal_connect(item, "activate", G_CALLBACK(on_external_open), NULL);



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list