[geany/geany] 5217d6: Reword "Detect from file extension" from the open dialog

Colomban Wendling git-noreply at xxxxx
Tue Apr 15 13:58:08 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Tue, 15 Apr 2014 13:58:08 UTC
Commit:      5217d683caf6b9d747125923c55eaea16515b347
             https://github.com/geany/geany/commit/5217d683caf6b9d747125923c55eaea16515b347

Log Message:
-----------
Reword "Detect from file extension" from the open dialog

We don't actually detect from file extension only, and other references
of the feature always use "Detect from file", so use it also in the
open dialog.


Modified Paths:
--------------
    src/dialogs.c

Modified: src/dialogs.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -205,7 +205,7 @@ static GtkWidget *create_filetype_combo_box(void)
 	store = gtk_tree_store_new(2, G_TYPE_INT, G_TYPE_STRING);
 
 	gtk_tree_store_insert_with_values(store, &iter_detect, NULL, -1,
-			0, GEANY_FILETYPES_NONE, 1, _("Detect by file extension"), -1);
+			0, GEANY_FILETYPES_NONE, 1, _("Detect from file"), -1);
 
 	gtk_tree_store_insert_with_values(store, &iter_compiled, NULL, -1,
 			0, -1, 1, _("Programming Languages"), -1);



--------------
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