diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-11-26 19:50:49 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-11-26 19:50:49 +0100 |
commit | 12ede3486283262ee8c50506cf96dd2b266d713c (patch) | |
tree | 1f0ca2dff0d9b7f34847eedc1c0519bebbcbec22 /apt-pkg | |
parent | ed3524975b9e07d3555509294ba13b81bff3c187 (diff) |
make dpkg string translatable
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/deb/debsystem.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/deb/debsystem.cc b/apt-pkg/deb/debsystem.cc index 7fa98f29d..f2340a4ad 100644 --- a/apt-pkg/deb/debsystem.cc +++ b/apt-pkg/deb/debsystem.cc @@ -78,8 +78,8 @@ bool debSystem::Lock() { close(LockFD); LockFD = -1; - return _error->Error("dpkg was interrupted, you must manually " - "run 'sudo dpkg --configure -a' to correct the problem. "); + return _error->Error(_("dpkg was interrupted, you must manually " + "run 'sudo dpkg --configure -a' to correct the problem. ")); } LockCount++; |