summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-07-01 13:01:57 +0200
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-07-01 13:01:57 +0200
commit2037440f77015cb22f18673399bf51a917d405f8 (patch)
tree74928d070013cdd9d5c42a8ecee2f3b6d019de16 /config
parent14363079481d3a985060820225b571aefd0e4a04 (diff)
Fixed YML bug.
Diffstat (limited to 'config')
-rw-r--r--config/locales/views/switchboards/de.yml3
-rw-r--r--config/locales/views/switchboards/en.yml3
2 files changed, 4 insertions, 2 deletions
diff --git a/config/locales/views/switchboards/de.yml b/config/locales/views/switchboards/de.yml
index f4cb0dd..61cd5c6 100644
--- a/config/locales/views/switchboards/de.yml
+++ b/config/locales/views/switchboards/de.yml
@@ -80,6 +80,7 @@ de:
search_activated:
label: 'Suche aktivieren'
hint: ''
- reverse_lookup: 'Inverssuche aktivieren'
+ reverse_lookup:
+ label: 'Inverssuche aktivieren'
hint: 'Bei der Eingabe eine Ziffernfolge wird nach einem Telefonbucheintrag gesucht.'
submit: 'Absenden' \ No newline at end of file
diff --git a/config/locales/views/switchboards/en.yml b/config/locales/views/switchboards/en.yml
index 28377e2..15c7067 100644
--- a/config/locales/views/switchboards/en.yml
+++ b/config/locales/views/switchboards/en.yml
@@ -79,6 +79,7 @@ en:
search_activated:
label: 'Activate search function'
hint: ''
- reverse_lookup: 'Activate reverse lookup'
+ reverse_lookup:
+ label: 'Activate reverse lookup'
hint: 'Bei der Eingabe eine Ziffernfolge wird nach einem Telefonbucheintrag gesucht.'
submit: 'Submit' \ No newline at end of file