diff options
author | mistic100 <mistic@piwigo.org> | 2012-06-22 21:42:52 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2012-06-22 21:42:52 +0000 |
commit | 86358b6c878e22f78e465b58e6bbadbb24bd674d (patch) | |
tree | 44a6725622017ca623a9925be6e195cc70826bb5 /language/en_UK/admin.lang.php | |
parent | 015e2f5ac87ac5cc4674997252c39058f6374829 (diff) |
merge r15950 from trunk
bug 2659: Possible misconfiguration of ORDER BY + missing language string
git-svn-id: http://piwigo.org/svn/branches/2.4@15951 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/en_UK/admin.lang.php')
-rw-r--r-- | language/en_UK/admin.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index d9e2b1bc3..8ed2f8aa8 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -462,6 +462,7 @@ $lang['No photo selected, no action possible.'] = 'No photo selected, no action $lang['No results'] = "No results"; $lang['No user to send notifications by mail.'] = "No user to be notified by mail."; $lang['no write access'] = "no write access"; +$lang['No order field selected'] = 'No order field selected'; $lang['none'] = "none"; $lang['None'] = 'None'; $lang['nothing'] = "nothing"; |