8df69644623b873b888bdeef5ff9367bf39ae33f
Application.get_markup() and Application.get_extended_markup() must
always return bytestring (decoded) data to make Gtk3 libs and code
happy. It happened that _("N/A") was returned without passing through
prepare_markup() or escape_markup(). This commit fixes it.
Description
No description provided
Languages
Python
98.8%
Shell
0.7%
Makefile
0.4%