Re: [libvirt] [PATCH 06/16] Wrap all output strings with _() to make sure we get proper translations.

2013-04-03 Thread Daniel P. Berrange
On Tue, Apr 02, 2013 at 06:11:22PM -0400, Dan Walsh wrote: > Signed-off-by: Dan Walsh > --- > bin/virt-sandbox-service | 48 > > 1 file changed, 24 insertions(+), 24 deletions(-) Well, we haven't enabled localization at all in libvirt-sandbox, bu

[libvirt] [PATCH 06/16] Wrap all output strings with _() to make sure we get proper translations.

2013-04-02 Thread Dan Walsh
Signed-off-by: Dan Walsh --- bin/virt-sandbox-service | 48 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/bin/virt-sandbox-service b/bin/virt-sandbox-service index 0e38577..a064e9a 100755 --- a/bin/virt-sandbox-service +++ b/bin/v