Skip to content
Snippets Groups Projects
Commit 6a155f4b authored by Peter Parker's avatar Peter Parker
Browse files

Refs #7830 - Slight change to citation message wording.

parent bede7b66
No related merge requests found
...@@ -55,7 +55,7 @@ namespace Mantid ...@@ -55,7 +55,7 @@ namespace Mantid
std::string welcomeMessage() std::string welcomeMessage()
{ {
return "Welcome to Mantid version " + std::string(Mantid::Kernel::MantidVersion::version()) + " - Manipulation and Analysis Toolkit for Instrument Data\n" + return "Welcome to Mantid version " + std::string(Mantid::Kernel::MantidVersion::version()) + " - Manipulation and Analysis Toolkit for Instrument Data\n" +
"Citing Mantid: " + Mantid::Kernel::MantidVersion::doi(); "Please cite Mantid in your publications using: " + Mantid::Kernel::MantidVersion::doi();
} }
namespace Kernel namespace Kernel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment