From fa5ae89d7fa876cf40522ba129d5ff6b22316021 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Sat, 22 Jan 2011 07:19:54 +0700 Subject: Added scrollable panel for delete dialog box. --- ipalib/plugins/internal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 215131f07..76e80db5f 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -94,7 +94,7 @@ class i18n_messages(Command): "quick_links":_("Quick Links"), "select_all":_("Select All"), "unselect_all":_("Unselect All"), - "delete_confirm":_("Do you really want to delete the selected entries?"), + "delete_confirm":_("Are you sure you want to delete selected entries?"), }, "details":{ "identity":_("Identity Settings"), -- cgit