From 777f7e153573cf0738689f723f9ede8969f2f45c Mon Sep 17 00:00:00 2001 From: Markus Kahl Date: Mon, 25 Jul 2016 16:26:36 +0100 Subject: [PATCH] unified label capitalization --- config/locales/en.yml | 4 ++-- config/locales/js-en.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/en.yml b/config/locales/en.yml index 8ec2447a1b..849f2297bd 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -4,8 +4,8 @@ en: sentence_separator_or: "or" different_formats: Different formats label_xls: XLS - label_xls_with_descriptions: XLS with Descriptions - label_xls_with_relations: XLS with Relations + label_xls_with_descriptions: XLS with descriptions + label_xls_with_relations: XLS with relations xls_export: child_of: child of diff --git a/config/locales/js-en.yml b/config/locales/js-en.yml index f3771ee47e..374634090d 100644 --- a/config/locales/js-en.yml +++ b/config/locales/js-en.yml @@ -2,4 +2,4 @@ en: js: label_format_xls: "XLS" label_format_xls_with_descriptions: "XLS with descriptions" - label_format_xls_with_relations: "XLS with Relations" + label_format_xls_with_relations: "XLS with relations"