From 49a9e81c6f914f90fd20aa3e06bbd13043e2abf6 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Sun, 19 Nov 2006 18:07:51 +0000 Subject: string fixes from bug 1516157 (bzr r1991) --- src/extension/dependency.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/dependency.cpp') 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'; -- cgit v1.2.3