From 94f6f95db568239d92c982a8e0e28fb04f5e7d0a Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Tue, 9 Jan 2007 07:53:26 +0000 Subject: #106245 by webchick. Replace 'node' with post. --- modules/node/content_types.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc index 90dab7296..b51cac15d 100644 --- a/modules/node/content_types.inc +++ b/modules/node/content_types.inc @@ -388,7 +388,7 @@ function node_type_delete_confirm($type) { $num_nodes = db_num_rows(db_query("SELECT * FROM {node} WHERE type = '%s'", $type->type)); if ($num_nodes) { - $caption .= '

'. strtr(format_plural($num_nodes, 'Warning: there is currently @count %type node on your site. It may not be able to be displayed or edited correctly, once you have removed this content type.', 'Warning: there are currently @count %type nodes on your site. They may not be able to be displayed or edited correctly, once you have removed this content type.'), array('%type' => theme('placeholder', $type->name))) .'

'; + $caption .= '

'. strtr(format_plural($num_nodes, 'Warning: there is currently @count %type post on your site. It may not be able to be displayed or edited correctly, once you have removed this content type.', 'Warning: there are currently @count %type posts on your site. They may not be able to be displayed or edited correctly, once you have removed this content type.'), array('%type' => theme('placeholder', $type->name))) .'

'; } $caption .= '

'. t('This action cannot be undone.') .'

'; -- cgit v1.2.3