diff options
Diffstat (limited to 'src/extension/dependency.cpp')
| -rw-r--r-- | src/extension/dependency.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/dependency.cpp b/src/extension/dependency.cpp index 5ce799e5f..4396017fa 100644 --- a/src/extension/dependency.cpp +++ b/src/extension/dependency.cpp @@ -246,7 +246,7 @@ Dependency::check (void) const std::ostream & operator<< (std::ostream &out_file, const Dependency & in_dep) { - out_file << _("Dependency::") << '\n'; + out_file << _("Dependency:") << '\n'; out_file << _(" type: ") << _(in_dep._type_str[in_dep._type]) << '\n'; out_file << _(" location: ") << _(in_dep._location_str[in_dep._location]) << '\n'; out_file << _(" string: ") << in_dep._string << '\n'; |
