aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/tests
diff options
context:
space:
mode:
authorMads Kiilerich <madski@unity3d.com>2013-02-27 01:28:00 +0100
committerMads Kiilerich <madski@unity3d.com>2013-02-27 01:28:00 +0100
commitea23f6c37a0014ea864cd41b67e052212f82c2b5 (patch)
treeb8bc29d2deb161f6cd4711082a18d27d94ea4308 /rhodecode/tests
parenta4295fb1bafd2f676eb23e169dcd9c924808bb84 (diff)
"Users groups" is grammatically incorrect English - rename to "user groups"
- and same story with "repositories groups" This will only change the user facing texts. Names of files, modules, functions and variables should be changed too. --HG-- branch : beta
Diffstat (limited to 'rhodecode/tests')
-rw-r--r--rhodecode/tests/functional/test_repos_groups.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhodecode/tests/functional/test_repos_groups.py b/rhodecode/tests/functional/test_repos_groups.py
index c810a5bc..78549a9f 100644
--- a/rhodecode/tests/functional/test_repos_groups.py
+++ b/rhodecode/tests/functional/test_repos_groups.py
@@ -6,7 +6,7 @@ class TestReposGroupsController(TestController):
def test_index(self):
self.log_user()
response = self.app.get(url('repos_groups'))
- response.mustcontain('There are no repositories groups yet')
+ response.mustcontain('There are no repository groups yet')
# def test_index_as_xml(self):
# response = self.app.get(url('formatted_repos_groups', format='xml'))