From 2a8df63b2779b6edac048d8ee83fef8c8c57f241 Mon Sep 17 00:00:00 2001
From: barrilac <barrilac>
Date: Mon, 13 Feb 2012 09:57:02 +0000
Subject: [PATCH] Changed Column header "Name" to "Plasmid Name"

SVN: 24427
---
 plasmid/source/html/yeastlabbrowser/plasmid-browser.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plasmid/source/html/yeastlabbrowser/plasmid-browser.html b/plasmid/source/html/yeastlabbrowser/plasmid-browser.html
index 39c044b3b63..51eca58ee19 100644
--- a/plasmid/source/html/yeastlabbrowser/plasmid-browser.html
+++ b/plasmid/source/html/yeastlabbrowser/plasmid-browser.html
@@ -470,7 +470,7 @@ $(document).ready(function() {
 
 		<div id="vis">
 			<table id="plasmid-table" style="float: left">
-				<tr class="plasmid-table-header"><th>Code</th><th>Name</th><th>Owner</th></tr>
+				<tr class="plasmid-table-header"><th>Code</th><th>Plasmid Name</th><th>Owner</th></tr>
 			</table>
 			<span id="inspectorsContainer"></span>
 		</div>
-- 
GitLab