witten
/
luminotes
Archived
1
0
Fork 0

Changed "add notebook" to "+ notebook", and "add quick link" to "+ quick link", mostly to save space.

This commit is contained in:
Dan Helfman 2009-04-24 13:45:49 -07:00
parent b1d3ebe2f9
commit 10bb4fe6fc
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ class Link_area( Div ):
type = u"button",
class_ = u"note_button",
id = u"new_notebook_button",
value = u"add notebook",
value = u"+ notebook",
title = u"Create a new wiki notebook.",
),
class_ = u"link_area_item",

View File

@ -62,7 +62,7 @@ class Note_tree_area( Div ):
type = u"button",
class_ = u"note_button",
id = u"new_note_tree_link_button",
value = u"add quick link",
value = u"+ quick link",
title = u"Add one of your notes to this note tree.",
),
Span( id = u"new_note_tree_link_area" ),