From d56a88897bcaa9d552d1d2b90c33b7c6e29e330a Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 21 Sep 2012 10:42:17 +0200 Subject: Avoid use of ""/"" * Use "" for form labels. * Use ""/"" for important text. * Use "

"/"

" for headings. * Drop ""/"" everywhere else. Signed-off-by: Lukas Fleischer --- web/html/pkgsubmit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/pkgsubmit.php') diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index ffbc1c95..930add05 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -324,7 +324,7 @@ if ($uid): $error = __( "Could not create directory %s.", $incoming_pkgdir); } } else { - $error = __( "You are not allowed to overwrite the %s%s%s package.", "", $pkg_name, ""); + $error = __( "You are not allowed to overwrite the %s%s%s package.", "", $pkg_name, ""); } if (!$error) { -- cgit v1.2.3-24-g4f1b