From dc17fc9ba94b9490ed79fc82b9c4d5bf7f2640af Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 22 Mar 2014 13:03:45 +0000 Subject: bug 3056: quick search OR operator priority taken into account search for 'mary qwerty' will ignore 'qwerty' and return only results for 'mary' if there is no such thing as 'qwerty' in the photos (if there was 'mary' and 'qwerty', the results for both 'mary' AND 'qwerty' would be shown) git-svn-id: http://piwigo.org/svn/trunk@27882 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/en_UK/common.lang.php | 1 + 1 file changed, 1 insertion(+) (limited to 'language/en_UK') diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 82dc5cd08..c9e448a73 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -418,4 +418,5 @@ $lang['Password is missing. Please enter the password.'] = "Password is missing. $lang['Password confirmation is missing. Please confirm the chosen password.'] = "Password confirmation is missing. Please confirm the chosen password."; $lang['%d photos per page'] = '%d photos per page'; $lang['Theme'] = 'Theme'; +$lang['No results for'] = 'No results for'; ?> \ No newline at end of file -- cgit v1.2.3