summaryrefslogtreecommitdiff
path: root/config/locales/views/softkeys
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-23 17:36:33 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-23 17:36:33 +0100
commite84e82032813b7acd71f8073d00f57e1cd65eb7c (patch)
treea1cb86a2d1857bde39932c89a4739ca8dcf01767 /config/locales/views/softkeys
parentf67005b1bcbf4b0049b8d60dfcc669bd98745a49 (diff)
Fixed I18n bug.
Diffstat (limited to 'config/locales/views/softkeys')
-rw-r--r--config/locales/views/softkeys/de.yml4
-rw-r--r--config/locales/views/softkeys/en.yml4
2 files changed, 4 insertions, 4 deletions
diff --git a/config/locales/views/softkeys/de.yml b/config/locales/views/softkeys/de.yml
index f5f8f26..654da80 100644
--- a/config/locales/views/softkeys/de.yml
+++ b/config/locales/views/softkeys/de.yml
@@ -25,7 +25,7 @@ de:
label: 'Beschriftung'
position: 'Position'
actions:
- confirm: 'Sind Sie sicher, dass Sie diesen Softkey löschen möchten?'
+ confirm_destroy: 'Sind Sie sicher, dass Sie diesen Softkey löschen möchten?'
destroy: 'Löschen'
edit: 'Bearbeiten'
show: 'Anzeigen'
@@ -40,7 +40,7 @@ de:
position: 'Position'
call_forward: 'Rufumleitung'
actions:
- confirm: 'Sind Sie sicher, dass Sie diesen Softkey löschen möchten?'
+ confirm_destroy: 'Sind Sie sicher, dass Sie diesen Softkey löschen möchten?'
destroy: 'Löschen'
edit: 'Bearbeiten'
view_all: 'Alle anzeigen'
diff --git a/config/locales/views/softkeys/en.yml b/config/locales/views/softkeys/en.yml
index e29e4c6..d78c685 100644
--- a/config/locales/views/softkeys/en.yml
+++ b/config/locales/views/softkeys/en.yml
@@ -25,7 +25,7 @@ en:
label: 'Label'
position: 'Position'
actions:
- confirm: 'Are you sure you want to delete this softkey?'
+ confirm_destroy: 'Are you sure you want to delete this softkey?'
destroy: 'Delete'
edit: 'Edit'
show: 'View'
@@ -40,7 +40,7 @@ en:
position: 'Position'
call_forward: 'Call forward'
actions:
- confirm: 'Are you sure you want to delete this softkey?'
+ confirm_destroy: 'Are you sure you want to delete this softkey?'
destroy: 'Delete'
edit: 'Edit'
view_all: 'View All'