2013-04-17 08:49:43 +02:00
|
|
|
package com.massivecraft.factions;
|
|
|
|
|
|
|
|
import com.massivecraft.mcore.util.Txt;
|
|
|
|
|
|
|
|
public class Lang
|
|
|
|
{
|
|
|
|
public static final String FACTION_NODESCRIPTION = Txt.parse("<em><silver>no description set");
|
2013-04-17 15:30:21 +02:00
|
|
|
public static final String PLAYER_NOTITLE = Txt.parse("<em><silver>no title set");
|
2013-04-17 08:49:43 +02:00
|
|
|
}
|