From 3e96236b6057d8ea20528b3ea2279d3a68d701c2 Mon Sep 17 00:00:00 2001
From: rolux
Date: Fri, 20 Apr 2012 09:34:42 +0000
Subject: [PATCH] update software tab
---
static/js/pandora/siteDialog.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/static/js/pandora/siteDialog.js b/static/js/pandora/siteDialog.js
index fecd3617..caf9e1d2 100644
--- a/static/js/pandora/siteDialog.js
+++ b/static/js/pandora/siteDialog.js
@@ -22,12 +22,12 @@ pandora.ui.siteDialog = function(section) {
} else if (id == 'software') {
Ox.Element()
.html(
- 'Pan.do/ra
'
+ 'pan.do/ra
'
+ 'open media archive'
- + '' + pandora.site.site.name + ' is based on Pan.do/ra, '
+ + '
' + pandora.site.site.name + ' is based on pan.do/ra, '
+ 'a free open source framework for media archives.
'
- + 'Pan.do/ra includes OxJS, a new JavaScript library for web applications.
'
- + 'Pan.do/ra and OxJS will be released in 2012. More soon...'
+ + 'pan.do/ra includes OxJS, a new JavaScript library for web applications.'
+ + 'pan.do/ra and OxJS will be released in 2012. More soon...'
)
.appendTo($content);
} else {