Index: openacs-4/packages/acs-lang/www/admin/edit-localized-message.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/admin/edit-localized-message.tcl,v
diff -u -r1.24 -r1.24.2.1
--- openacs-4/packages/acs-lang/www/admin/edit-localized-message.tcl 18 May 2018 09:47:09 -0000 1.24
+++ openacs-4/packages/acs-lang/www/admin/edit-localized-message.tcl 8 Apr 2019 14:38:09 -0000 1.24.2.1
@@ -64,7 +64,8 @@
}
{description:text(inform)
{label "Description"}
- {after_html {}}
+ {mode display}
+ {after_html {(Edit)}}
}
}
@@ -124,11 +125,7 @@
}
set original_message [ns_quotehtml $original_message]
- if { $description eq "" } {
- set description [subst {(add description)}]
- } else {
- set description "[ad_text_to_html -- $description] (edit)"
- }
+ set description "[ad_text_to_html -- $description]"
# Augment the audit trail with info on who created the first message
if { $current_locale ne $default_locale && $translated_p } {