[freeside-commits] branch master updated. 1a8a460553cd9df66c5de63b75a278c4598f5528
Ivan
ivan at 420.am
Fri Jan 18 10:25:56 PST 2013
The branch, master has been updated
via 1a8a460553cd9df66c5de63b75a278c4598f5528 (commit)
from 7f8a7298e6a68c2b95e0c4a30d411889046f48b8 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1a8a460553cd9df66c5de63b75a278c4598f5528
Author: Ivan Kohler <ivan at freeside.biz>
Date: Fri Jan 18 10:25:54 2013 -0800
UI nit: fix redundant #
diff --git a/httemplate/edit/part_tag.html b/httemplate/edit/part_tag.html
index 5712560..2cf34c6 100644
--- a/httemplate/edit/part_tag.html
+++ b/httemplate/edit/part_tag.html
@@ -8,7 +8,7 @@
{ field=>'by_default', type=>'checkbox', value=>'Y' },
$tagcolor,
],
- 'labels' => { 'tagnum' => 'Tag #',
+ 'labels' => { 'tagnum' => 'Tag',
'tagname' => 'Tag',
'tagdesc' => 'Message',
'tagcolor' => 'Highlight Color',
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/part_tag.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list