[Pkg-owncloud-commits] [owncloud] 236/457: Fix grammar of search results phrase
David Prévot
taffit at moszumanska.debian.org
Sun Jun 28 20:06:14 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 2bf9219be3da4757e94af567e8cfc7572de456ba
Author: Tom Needham <tom at owncloud.com>
Date: Mon Jun 1 12:29:12 2015 +0100
Fix grammar of search results phrase
---
core/search/js/search.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/search/js/search.js b/core/search/js/search.js
index b49a4b8..cb3c3bc 100644
--- a/core/search/js/search.js
+++ b/core/search/js/search.js
@@ -213,7 +213,7 @@
$status.addClass('emptycontent').removeClass('status');
$status.html('');
$status.append('<div class="icon-search"></div>');
- $status.append('<h2>' + t('core', 'No search result in other places') + '</h2>');
+ $status.append('<h2>' + t('core', 'No search results in other places') + '</h2>');
} else {
$status.removeClass('emptycontent').addClass('status');
$status.text(n('core', '{count} search result in other places', '{count} search results in other places', count, {count:count}));
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list