Branch: refs/heads/master Author: Lex elextr@gmail.com Committer: Lex elextr@gmail.com Date: Thu, 17 Jan 2013 04:43:24 UTC Commit: 280e9eeb1c515bd05603d2d501636abb330dfe13 https://github.com/geany/geany/commit/280e9eeb1c515bd05603d2d501636abb330dfe...
Log Message: ----------- Correct Names of levels
Make the top level the Document, make lower levels translatable although they do not normally show in Symbols pane.
Modified Paths: -------------- src/symbols.c
Modified: src/symbols.c 10 files changed, 5 insertions(+), 5 deletions(-) =================================================================== @@ -810,11 +810,11 @@ static void add_top_level_items(GeanyDocument *doc) case GEANY_FILETYPES_ASCIIDOC: { tag_list_add_groups(tag_store, - &(tv_iters.tag_namespace), _("Chapter"), NULL, - &(tv_iters.tag_member), _("Section"), NULL, - &(tv_iters.tag_macro), _("Level2section"), NULL, - &(tv_iters.tag_variable), _("Level3section"), NULL, - &(tv_iters.tag_struct), _("Level4section"), NULL, + &(tv_iters.tag_namespace), _("Document"), NULL, + &(tv_iters.tag_member), _("Section Level 1"), NULL, + &(tv_iters.tag_macro), _("Section Level 2"), NULL, + &(tv_iters.tag_variable), _("Section Level 3"), NULL, + &(tv_iters.tag_struct), _("Section Level 4"), NULL, NULL); break; }
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).