]> git.lyx.org Git - features.git/commitdiff
Clarify description
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 15 Nov 2013 07:57:11 +0000 (08:57 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 15 Nov 2013 07:57:11 +0000 (08:57 +0100)
src/frontends/qt4/GuiView.cpp

index 1bcb99ea68dc6e72fa14a780521b3a0f3a7455b5..4d769c189c48f5058c3e4daf863f5ac5286e5fad 100644 (file)
@@ -2384,7 +2384,7 @@ bool GuiView::exportBufferAs(Buffer & b)
        dlg.setButton1(qt_("Documents|#o#O"), toqstr(lyxrc.document_path));
 
        QStringList types;
-       QString const anyformat = qt_("Any supported format (*.*)");
+       QString const anyformat = qt_("Guess from extension (*.*)");
        types << anyformat;
        Formats::const_iterator it = formats.begin();
        vector<Format const *> export_formats;