Skip to content

Commit

Permalink
Update ConfigService.cpp
Browse files Browse the repository at this point in the history
Why not ask them to cite both! refs #10759
  • Loading branch information
stuartcampbell committed Dec 11, 2014
1 parent 09b2b3c commit 120d1da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/Kernel/src/ConfigService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ std::string welcomeMessage()
{
return "Welcome to Mantid " + std::string(Mantid::Kernel::MantidVersion::version()) +
"\nPlease cite: " + Mantid::Kernel::MantidVersion::paperCitation() +
" or this release: " + Mantid::Kernel::MantidVersion::doi();
" and this release: " + Mantid::Kernel::MantidVersion::doi();
}

namespace Kernel
Expand Down

0 comments on commit 120d1da

Please sign in to comment.