In projectorganizer/src/prjorg-project.c:

> @@ -620,7 +620,7 @@ gint prjorg_project_add_properties_tab(GtkWidget *notebook)
>  	gtk_entry_set_text(GTK_ENTRY(e->ignored_dirs_patterns), str);
>  	g_free(str);
>  
> -	label = gtk_label_new(_("Generate tags for all project files:"));
> +	label = gtk_label_new(_("Parse symbols for all project files:"));

I'm not sure if the new sentence is correct. I'd rather say Parse symbols in all project files or from rather than for. @elextr ?


Reply to this email directly or view it on GitHub.