summaryrefslogtreecommitdiffstats
path: root/search/js/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'search/js/search.js')
-rw-r--r--search/js/search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/search/js/search.js b/search/js/search.js
index 28e6fa999a0..afd3fca7b1b 100644
--- a/search/js/search.js
+++ b/search/js/search.js
@@ -227,7 +227,7 @@
// not showing result, decrease counter
var count = $status.data('count') - 1;
$status.data('count', count)
- .text(t('search', '{count} search results in other folders', {count:count}, count));
+ .text(t('search', '{count} search results in other places', {count:count}, count));
}
});
}