On Sun, Apr 10, 2016 at 07:11:39PM +0200, Erik Skultety wrote:
Commit e72667bd tried to fix the incorrect file ordering in
po/POTFILES.in
except it didn't, since the sort was run using locale en_US instead of
using locale C which is the default in libvirt. So this patch hopefully fixes
it for good.
Signed-off-by: Erik Skultety <eskultet(a)redhat.com>
---
po/POTFILES.in | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)
ACK, Pavel