From 926606eeca106fb2e0eff20f3b1bff205924fd36 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 30 Jul 2009 19:24:21 +0000 Subject: =?UTF-8?q?-=20Patch=20#535564=20by=20G=C3=A1bor=20Hojtsy:=20the?= =?UTF-8?q?=20D7UX=20mockups=20call=20for=20a=20top=20level=20Content=20it?= =?UTF-8?q?em,=20which=20would=20immediatey=20lead=20to=20the=20"Find=20co?= =?UTF-8?q?ntent"=20screen.=20The=20current=20Drupal=207=20code=20is=20alm?= =?UTF-8?q?ost=20there,=20but=20still=20has=20an=20RSS=20settings=20item?= =?UTF-8?q?=20blocking=20the=20implementation=20of=20this=20by=20default?= =?UTF-8?q?=20and=20aggregator=20and=20book=20also=20add=20subitems.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/forum/forum.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/forum') diff --git a/modules/forum/forum.admin.inc b/modules/forum/forum.admin.inc index ef7fc7823..cc340ac8c 100644 --- a/modules/forum/forum.admin.inc +++ b/modules/forum/forum.admin.inc @@ -166,7 +166,7 @@ function forum_confirm_delete(&$form_state, $tid) { $form['tid'] = array('#type' => 'value', '#value' => $tid); $form['name'] = array('#type' => 'value', '#value' => $term->name); - return confirm_form($form, t('Are you sure you want to delete the forum %name?', array('%name' => $term->name)), 'admin/structure/forum', t('Deleting a forum or container will also delete its sub-forums, if any. To delete posts in this forum, visit content administration first. This action cannot be undone.', array('@content' => url('admin/content/node'))), t('Delete'), t('Cancel')); + return confirm_form($form, t('Are you sure you want to delete the forum %name?', array('%name' => $term->name)), 'admin/structure/forum', t('Deleting a forum or container will also delete its sub-forums, if any. To delete posts in this forum, visit content administration first. This action cannot be undone.', array('@content' => url('admin/content'))), t('Delete'), t('Cancel')); } /** -- cgit v1.2.3