|
@@ -622,7 +622,6 @@ main(int argc, char* argv[]) {
|
|
const MessageDictionaryPtr& global = MessageDictionary::globalDictionary();
|
|
const MessageDictionaryPtr& global = MessageDictionary::globalDictionary();
|
|
string text = e.id();
|
|
string text = e.id();
|
|
text += ", ";
|
|
text += ", ";
|
|
- assert(global);
|
|
|
|
text += global->getText(e.id());
|
|
text += global->getText(e.id());
|
|
// Format with arguments
|
|
// Format with arguments
|
|
vector<string> args(e.arguments());
|
|
vector<string> args(e.arguments());
|