From 05d4825e5850d2a67a3d4e2eefc971d257d5112d Mon Sep 17 00:00:00 2001
From: vogelor <vogelor@ispconfig3>
Date: Mon, 10 May 2010 14:37:53 -0400
Subject: [PATCH] The new version is only displayed for the admin (aargh)

---
 interface/web/admin/lib/lang/ru_software_repo_list.lng |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/interface/web/admin/lib/lang/ru_software_repo_list.lng b/interface/web/admin/lib/lang/ru_software_repo_list.lng
index def20bc..7989ba4 100644
--- a/interface/web/admin/lib/lang/ru_software_repo_list.lng
+++ b/interface/web/admin/lib/lang/ru_software_repo_list.lng
@@ -1,7 +1,7 @@
 <?php
-$wb['list_head_txt'] = 'Repository';
-$wb['active_txt'] = 'Active';
-$wb['repo_name_txt'] = 'Repository';
+$wb['list_head_txt'] = 'Репозитарии';
+$wb['active_txt'] = 'Активен?';
+$wb['repo_name_txt'] = 'Репозитарии';
 $wb['repo_url_txt'] = 'URL';
-$wb['add_new_record_txt'] = 'Add new record';
 ?>
+

--
Gitblit v1.9.1