From 51dc70d35a1167431b031e88180a4bf3691af729 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 8 Aug 2011 09:57:47 +0200 Subject: [PATCH] Wrap long line --- tbl_structure.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tbl_structure.php b/tbl_structure.php index cab54846a9..9aaeb129ba 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -600,7 +600,10 @@ if ($tbl_is_view) { 'show_query' => '1', ) ), - sprintf('%1$s %1$s', __('Edit view')) + sprintf( + '%1$s %1$s', + __('Edit view') + ) ); } ?>