mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Get rid of one useless translation.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg181106.html
This commit is contained in:
parent
4038ef8bea
commit
105f9bb5d9
@ -2400,7 +2400,7 @@ bool GuiView::exportBufferAs(Buffer & b, docstring const & iformat)
|
||||
for (; fit != export_formats.end(); ++fit) {
|
||||
docstring const loc_prettyname =
|
||||
translateIfPossible(from_utf8((*fit)->prettyname()));
|
||||
QString const loc_filter = toqstr(bformat(_("%1$s (*.%2$s)"),
|
||||
QString const loc_filter = toqstr(bformat(from_ascii("%1$s (*.%2$s)"),
|
||||
loc_prettyname,
|
||||
from_ascii((*fit)->extension())));
|
||||
types << loc_filter;
|
||||
|
Loading…
Reference in New Issue
Block a user