changeset 2900:8c54b294d3e4 beta

Rephrase the message.
author Andrew Shadura <bugzilla@tut.by>
date Mon, 08 Oct 2012 00:11:25 +0200
parents c76aa8b06179
children f4c09b57a070
files rhodecode/lib/utils.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/lib/utils.py	Mon Oct 08 00:08:46 2012 +0200
+++ b/rhodecode/lib/utils.py	Mon Oct 08 00:11:25 2012 +0200
@@ -705,5 +705,5 @@
         elif to_old_git:
             log.warning('RhodeCode detected git version %s, which is too old '
                         'for the system to function properly. Make sure '
-                        'it is at least in version %s' % (ver, req_ver))
+                        'its version is at least %s' % (ver, req_ver))
     return _ver