amb1597 - renamed legacy translation files

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402089
This commit is contained in:
David Anderson 2008-04-22 00:44:14 +00:00
parent af05dbbcdf
commit eac0e274a6
4 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@ public OnPluginStart()
}
LoadTranslations("common.phrases");
LoadTranslations("basefuncommands.phrases");
LoadTranslations("funcommands.phrases");
g_FadeUserMsgId = GetUserMessageId("Fade");

View File

@ -100,8 +100,8 @@ public OnPluginStart()
LoadTranslations("common.phrases");
LoadTranslations("basevotes.phrases");
LoadTranslations("basefunvotes.phrases");
LoadTranslations("basefuncommands.phrases");
LoadTranslations("funvotes.phrases");
LoadTranslations("funcommands.phrases");
RegAdminCmd("sm_votegravity", Command_VoteGravity, ADMFLAG_VOTE, "sm_votegravity <amount> [amount2] ... [amount5]");
RegAdminCmd("sm_voteburn", Command_VoteBurn, ADMFLAG_VOTE|ADMFLAG_SLAY, "sm_voteburn <player>");