Move another string to the language resource.
This commit is contained in:
parent
201d9d7852
commit
2a4ab38e70
1 changed files with 1 additions and 1 deletions
|
@ -2093,7 +2093,7 @@ void Options::showUsage() const
|
|||
|
||||
SGPropertyNode *usage = locale->getNode(options->getStringValue("usage"));
|
||||
if (usage) {
|
||||
cout << "Usage: " << usage->getStringValue() << endl;
|
||||
cout << usage->getStringValue() << endl;
|
||||
}
|
||||
|
||||
vector<SGPropertyNode_ptr>section = options->getChildren("section");
|
||||
|
|
Loading…
Add table
Reference in a new issue