summaryrefslogtreecommitdiffstats
path: root/src/extension/dependency.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2006-11-19 18:07:51 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2006-11-19 18:07:51 +0000
commit49a9e81c6f914f90fd20aa3e06bbd13043e2abf6 (patch)
treee27a29bbcaefa9d044a475ecaa6d8d0d874f9e4d /src/extension/dependency.cpp
parentmy favorite misspelling (diff)
downloadinkscape-49a9e81c6f914f90fd20aa3e06bbd13043e2abf6.tar.gz
inkscape-49a9e81c6f914f90fd20aa3e06bbd13043e2abf6.zip
string fixes from bug 1516157
(bzr r1991)
Diffstat (limited to 'src/extension/dependency.cpp')
-rw-r--r--src/extension/dependency.cpp2
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';