Skip to content
Snippets Groups Projects
Commit f7bcdd2e authored by Thomas Hackl's avatar Thomas Hackl
Browse files

change text string "Planungsbuchung" to be consistent with existing "geplante Buchung", fixes #67

parent 5fc2484f
No related branches found
No related tags found
No related merge requests found
...@@ -1060,7 +1060,7 @@ class Resources_AdminController extends AuthenticatedController ...@@ -1060,7 +1060,7 @@ class Resources_AdminController extends AuthenticatedController
0 => _('Buchung'), 0 => _('Buchung'),
1 => _('Reservierung'), 1 => _('Reservierung'),
2 => _('Sperrbuchung'), 2 => _('Sperrbuchung'),
3 => _('Planungsbuchung') 3 => _('geplante Buchung')
]; ];
if (Request::submitted('save')) { if (Request::submitted('save')) {
......
...@@ -124,7 +124,7 @@ class Resources_ExportController extends AuthenticatedController ...@@ -124,7 +124,7 @@ class Resources_ExportController extends AuthenticatedController
0 => _('Buchung'), 0 => _('Buchung'),
1 => _('Reservierung'), 1 => _('Reservierung'),
2 => _('Sperrbuchung'), 2 => _('Sperrbuchung'),
3 => _('Planungsbuchung') 3 => _('geplante Buchung')
]; ];
$this->selected_booking_types = Request::intArray('bookingtypes') ?: $this->selected_booking_types = Request::intArray('bookingtypes') ?:
Config::get()->RESOURCES_EXPORT_BOOKINGTYPES_DEFAULT; Config::get()->RESOURCES_EXPORT_BOOKINGTYPES_DEFAULT;
...@@ -231,7 +231,7 @@ class Resources_ExportController extends AuthenticatedController ...@@ -231,7 +231,7 @@ class Resources_ExportController extends AuthenticatedController
0 => _('Buchung'), 0 => _('Buchung'),
1 => _('Reservierung'), 1 => _('Reservierung'),
2 => _('Sperrbuchung'), 2 => _('Sperrbuchung'),
3 => _('Planungsbuchung') 3 => _('geplante Buchung')
]; ];
$this->selected_booking_types = Config::get()->RESOURCES_EXPORT_BOOKINGTYPES_DEFAULT; $this->selected_booking_types = Config::get()->RESOURCES_EXPORT_BOOKINGTYPES_DEFAULT;
} }
......
...@@ -140,7 +140,7 @@ class Resources_PrintController extends AuthenticatedController ...@@ -140,7 +140,7 @@ class Resources_PrintController extends AuthenticatedController
0 => _('Buchung'), 0 => _('Buchung'),
1 => _('Reservierung'), 1 => _('Reservierung'),
2 => _('Sperrbuchung'), 2 => _('Sperrbuchung'),
3 => _('Planungsbuchung') 3 => _('geplante Buchung')
]; ];
// Get additional text to print // Get additional text to print
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment