From cf337db2ea0787a170a845bba3855588eb9b141c Mon Sep 17 00:00:00 2001 From: Janonymous Date: Fri, 23 Sep 2016 11:22:11 +0530 Subject: [PATCH] Update message as per i18n Change-Id: Iffd22fb6c634047a52a38b3ab78205255fe46047 --- kuryr/lib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuryr/lib/config.py b/kuryr/lib/config.py index 971900aa..d3cf7806 100644 --- a/kuryr/lib/config.py +++ b/kuryr/lib/config.py @@ -66,7 +66,7 @@ neutron_opts = [ binding_opts = [ cfg.StrOpt('veth_dst_prefix', default='eth', - help=('The name prefix of the veth endpoint put inside the ' + help=_('The name prefix of the veth endpoint put inside the ' 'container.')), cfg.StrOpt('driver', default='kuryr.lib.binding.drivers.veth',