diff options
Diffstat (limited to 'includes/locale.inc')
-rw-r--r-- | includes/locale.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc index 77bae2b81..d45ffedf0 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -1006,7 +1006,7 @@ function _locale_string_seek_query() { * Perform a string search and display results in a table */ function _locale_string_seek() { - // We have at least one criterium to match + // We have at least one criterion to match if ($query = _locale_string_seek_query()) { $join = "SELECT s.source, s.location, s.lid, t.translation, t.locale FROM {locales_source} s INNER JOIN {locales_target} t ON s.lid = t.lid "; |