Prepare release

This commit is contained in:
benweet 2013-11-20 18:47:49 +00:00
parent 08eb287cfb
commit ba88a991ba
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
#Date Wed Nov 20 2013 13:16:10
#Date Wed Nov 20 2013 18:47:35
CACHE:
res/worker.js

View File

@ -20895,7 +20895,7 @@ function() {
}, l.onCreateButton = function() {
var t = n("button", {
"class": "btn btn-success button-publish",
title: "Publish document"
title: "Update document publication"
}, n("i", {
"class": "icon-share"
}));

View File

@ -35,7 +35,7 @@ define([
buttonPublish.onCreateButton = function() {
var button = crel('button', {
class: 'btn btn-success button-publish',
title: 'Publish document'
title: 'Update document publication'
}, crel('i', {
class: 'icon-share'
}));