[LyX/master] Remove now redundant string

Juergen Spitzmueller spitz at lyx.org
Sun Aug 16 09:06:43 UTC 2020


commit d9f1f7e348d3175bb9bd72d42a113bf1e644031e
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Sun Aug 16 11:31:56 2020 +0200

    Remove now redundant string
---
 src/frontends/qt/GuiAbout.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/frontends/qt/GuiAbout.cpp b/src/frontends/qt/GuiAbout.cpp
index d479029..9ddc6bd 100644
--- a/src/frontends/qt/GuiAbout.cpp
+++ b/src/frontends/qt/GuiAbout.cpp
@@ -254,7 +254,7 @@ static QString version()
 			loc_release_date = toqstr(lyx_release_date);
 	}
 	docstring version_date =
-		bformat(_("LyX Version %1$s\n(%2$s)"),
+		bformat(_("Version %1$s\n(%2$s)"),
 			from_ascii(lyx_version),
 			qstring_to_ucs4(loc_release_date))+"\n";
 	if (std::string(lyx_git_commit_hash) != "none")


More information about the lyx-cvs mailing list