]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- don't take me wrong, but "This operation will use %s of disk space." sounds
authorsparky <sparky@pld-linux.org>
Thu, 4 Feb 2010 23:57:26 +0000 (23:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  much better

Changed files:
    poldek-show_only_relative_used_space.patch -> 1.4

poldek-show_only_relative_used_space.patch

index 44b9a27553604e5b715f4e24ed8272fa39f899b8..7fa96439e230275631e492bd1ce3fd3b9c2758bc 100644 (file)
@@ -81,7 +81,7 @@ index a0dd436..a670379 100644
 +        snprintf_size(size, sizeof(size), labs(sdiff), 1, 1);
 +
 +        if (sdiff > 0)
-+           msgn(1, _("This operation will take %s of disk space."), size);
++           msgn(1, _("This operation will use %s of disk space."), size);
 +        else
 +           msgn(1, _("This operation will free %s of disk space."), size);
 +    }
This page took 0.104575 seconds and 4 git commands to generate.