From 5678474ca97e5da71fc22c6f5b2dbfd4df45c121 Mon Sep 17 00:00:00 2001 From: Ozh Date: Tue, 26 Mar 2013 17:20:26 +0000 Subject: [PATCH] Simplify translators job: s/and/&/ git-svn-id: http://yourls.googlecode.com/svn/trunk@900 12232710-3e20-11de-b438-597f59cd7555 --- includes/functions-html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions-html.php b/includes/functions-html.php index 95195c9..2d9873d 100644 --- a/includes/functions-html.php +++ b/includes/functions-html.php @@ -255,7 +255,7 @@ function yourls_html_tfooter( $params = array() ) { ); $_select = yourls_html_select( 'date_filter', $_options, $date_filter ); $_input = ''; - $_and = ' and '; + $_and = ' & '; $_input2 = ''; /* //translators: "Show links created <"and" if applicable> " */ yourls_se( 'Show links created %1$s %2$s %3$s %4$s', $_select, $_input, $_and, $_input2 ); -- 2.45.0