changeset 1242:61918fc169df beta

fixes #164
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 10 Apr 2011 20:03:23 +0200
parents ed5270522724
children e82d6aaa2456
files rhodecode/templates/search/search.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/search/search.html	Sun Apr 10 19:54:49 2011 +0200
+++ b/rhodecode/templates/search/search.html	Sun Apr 10 20:03:23 2011 +0200
@@ -54,7 +54,7 @@
 	                <label for="type">${_('Search in')}</label>
 	            </div>
                 <div class="select">
-                    ${h.select('type',c.cur_type,[('content',_('Source codes')),
+                    ${h.select('type',c.cur_type,[('content',_('File contents')),
                         ##('commit',_('Commit messages')),
                         ('path',_('File names')),
                         ##('repository',_('Repository names')),