From cf5650f7f18ca3bb36a6c8c2c3802532b1bc882f Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Fri, 16 Sep 2016 04:26:49 +0000 Subject: [PATCH] Allow translator to control word order in delete confirm dialog Change-Id: I82c27d21cb000602e1cf76313c2cdec680c45394 Closes-Bug: #1624197 --- horizon/templates/horizon/client_side/_confirm.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/horizon/templates/horizon/client_side/_confirm.html b/horizon/templates/horizon/client_side/_confirm.html index 8ed566735b..f4eb91aa9b 100644 --- a/horizon/templates/horizon/client_side/_confirm.html +++ b/horizon/templates/horizon/client_side/_confirm.html @@ -5,7 +5,9 @@ {% block template %}{% spaceless %}{% jstemplate %}
- {% trans 'You have selected:' %} [[selection]]. + + {% blocktrans %}You have selected: [[selection]]. {% endblocktrans %} + {% trans 'Please confirm your selection.'%} [[help]]