
Checkboxes' labels usually do not contain a full stop symbol at the end of sentences. Remove the full stop symbol from the checkbox "Repository is a mirror". Signed-off-by: Crístian Viana <vianac@linux.vnet.ibm.com> --- po/en_US.po | 2 +- po/pt_BR.po | 4 ++-- po/zh_CN.po | 2 +- ui/pages/repository-add.html.tmpl | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/po/en_US.po b/po/en_US.po index f7b6e38..dced9a8 100644 --- a/po/en_US.po +++ b/po/en_US.po @@ -488,7 +488,7 @@ msgstr "" msgid "URL to the repository. Supported protocols are http, ftp, and file." msgstr "" -msgid "Repository is a mirror." +msgid "Repository is a mirror" msgstr "" msgid "Distribution" diff --git a/po/pt_BR.po b/po/pt_BR.po index 098ca8e..bcc84bb 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -521,8 +521,8 @@ msgstr "Campo obrigatório" msgid "URL to the repository. Supported protocols are http, ftp, and file." msgstr "URL para o repositório. Protocolos suportados são http, ftp e arquivo." -msgid "Repository is a mirror." -msgstr "Repositório é um mirror." +msgid "Repository is a mirror" +msgstr "Repositório é um mirror" msgid "Distribution" msgstr "Distribuição" diff --git a/po/zh_CN.po b/po/zh_CN.po index a1a72b9..e8933e8 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -499,7 +499,7 @@ msgstr "必需的字段" msgid "URL to the repository. Supported protocols are http, ftp, and file." msgstr "软件仓库的URL,支持的协议有http、ftp、和file" -msgid "Repository is a mirror." +msgid "Repository is a mirror" msgstr "软件仓库是一个镜像" msgid "Distribution" diff --git a/ui/pages/repository-add.html.tmpl b/ui/pages/repository-add.html.tmpl index 28e12b7..05b4de9 100644 --- a/ui/pages/repository-add.html.tmpl +++ b/ui/pages/repository-add.html.tmpl @@ -67,7 +67,7 @@ <div class="field yum"> <p class="yum"> <input type="checkbox" name="isMirror" value="true" id="isMirror" /> - <label for="isMirror">$_("Repository is a mirror.")</label> + <label for="isMirror">$_("Repository is a mirror")</label> </p> </div> </section> -- 1.9.0