> gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
> e->generate_tag_prefs = gtk_combo_box_text_new();
> -
> gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(e->generate_tag_prefs),
> _("Auto (generate if less than 300 files)"));
> +
> gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(e->generate_tag_prefs),
> _("Auto (index if less than 300 files)"));
BTW, it says 300 here, but 500 in the docs.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/351/files#r53314921