]> git.saurik.com Git - apt.git/commitdiff
make dpkg string translatable
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 26 Nov 2008 18:50:49 +0000 (19:50 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 26 Nov 2008 18:50:49 +0000 (19:50 +0100)
apt-pkg/deb/debsystem.cc

index 7fa98f29d1f1378c389c57255f814054a2c08d7d..f2340a4ad2f5fc870f25e64fe74150fecc9a8a3b 100644 (file)
@@ -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++;