@techee commented on this pull request.
> if (! first && have_best)
- /* 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> %s"),
fname, tmtag->line, sym);
+ /* For translators: it's the filename and the line
number of a symbol in the goto-symbol popup menu */
+ text = g_markup_printf_escaped(_("<b>%s:%lu</b>"),
fname, tmtag->line);
OK, done.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3547#discussion_r1350607836
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3547/review/[email protected]>