Implemented group delete feature.
[timetracker.git] / WEB-INF / resources / en.lang.php
index 298a575..8543064 100644 (file)
@@ -449,6 +449,9 @@ $i18n_key_words = array(
 'form.profile.allow_ip' => 'Allow IP',
 'form.profile.plugins' => 'Plugins',
 
+// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
+'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
+
 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 'form.mail.from' => 'From',
 'form.mail.to' => 'To',