changeset 264 | 4a08e1b7ba64 |
parent 260 | d44943088c67 |
1.1 --- a/Server/Actions/ActionDisplayMessage.cs Wed Aug 31 16:24:33 2016 +0200 1.2 +++ b/Server/Actions/ActionDisplayMessage.cs Wed Aug 31 17:28:30 2016 +0200 1.3 @@ -50,7 +50,7 @@ 1.4 /// 1.5 /// </summary> 1.6 /// <returns></returns> 1.7 - public override string Brief() 1.8 + public override string BriefBase() 1.9 { 1.10 string brief = AttributeName + ": " + PrimaryText; 1.11 if (!string.IsNullOrEmpty(SecondaryText))