diff options
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/global.h b/src/global.h index a7e5a0db..dcccb214 100644 --- a/src/global.h +++ b/src/global.h @@ -100,11 +100,11 @@ public: void show_version_info(std::ostream& out) { out << - "Ledger " << ledger::version << ", the command-line accounting tool"; + "Ledger " << ledger::version << _(", the command-line accounting tool"); out << - "\n\nCopyright (c) 2003-2009, John Wiegley. All rights reserved.\n\n\ + _("\n\nCopyright (c) 2003-2009, John Wiegley. All rights reserved.\n\n\ This program is made available under the terms of the BSD Public License.\n\ -See LICENSE file included with the distribution for details and disclaimer."; +See LICENSE file included with the distribution for details and disclaimer."); out << std::endl; } |