]> git.ipfire.org Git - thirdparty/coreutils.git/commit
chcon, chmod, chown, du: don't translate "%s"
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Jul 2010 18:11:05 +0000 (11:11 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Jul 2010 20:56:05 +0000 (13:56 -0700)
commite5ca54448e50c117cf2d7d3491a2bc2f48ae0715
treed0132dcaf9d2f9e069b96b66ca628ff2bf68c77c
parentdb4df7dda6e209e3e38fe69298624ffe92d392c7
chcon, chmod, chown, du: don't translate "%s"

* src/chcon.c (process_file): Replace _("%s") with "%s".
* src/chmod.c (process_file): Likewise.
* src/chown-core.c (change_file_owner): Likewise.
* src/du.c (process_file): Likewise.
src/chcon.c
src/chmod.c
src/chown-core.c
src/du.c