Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Tue, 01 Mar 2016 21:31:47 UTC Commit: 6ba26cf1fe35375e589ef6f4e8bb290265388904 https://github.com/geany/geany/commit/6ba26cf1fe35375e589ef6f4e8bb2902653889...
Log Message: ----------- Use "symbol" instead of "tag" in comments too
Modified Paths: -------------- src/symbols.c
Modified: src/symbols.c 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -1979,10 +1979,10 @@ static void show_goto_popup(GeanyDocument *doc, GPtrArray *tags, gboolean have_b gchar *text;
if (! first && have_best) - /* For translators: it's the filename and line number of a tag in the goto-tag popup menu */ + /* For translators: it's the filename and line number of a symbol in the goto-symbol popup menu */ text = g_markup_printf_escaped(_("<b>%s: %lu</b>"), fname, tmtag->line); else - /* For translators: it's the filename and line number of a tag in the goto-tag popup menu */ + /* For translators: it's the filename and line number of a symbol in the goto-symbol popup menu */ text = g_markup_printf_escaped(_("%s: %lu"), fname, tmtag->line);
image = gtk_image_new_from_pixbuf(symbols_icons[get_tag_class(tmtag)].pixbuf);
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).