diff --git a/plugins/funcommands.sp b/plugins/funcommands.sp index 8042b3b0..7f1aa9de 100644 --- a/plugins/funcommands.sp +++ b/plugins/funcommands.sp @@ -125,7 +125,7 @@ public OnPluginStart() } LoadTranslations("common.phrases"); - LoadTranslations("basefuncommands.phrases"); + LoadTranslations("funcommands.phrases"); g_FadeUserMsgId = GetUserMessageId("Fade"); diff --git a/plugins/funvotes.sp b/plugins/funvotes.sp index d461f2ab..e34aa3b4 100644 --- a/plugins/funvotes.sp +++ b/plugins/funvotes.sp @@ -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 [amount2] ... [amount5]"); RegAdminCmd("sm_voteburn", Command_VoteBurn, ADMFLAG_VOTE|ADMFLAG_SLAY, "sm_voteburn "); diff --git a/translations/basefuncommands.phrases.txt b/translations/funcommands.phrases.txt similarity index 100% rename from translations/basefuncommands.phrases.txt rename to translations/funcommands.phrases.txt diff --git a/translations/basefunvotes.phrases.txt b/translations/funvotes.phrases.txt similarity index 100% rename from translations/basefunvotes.phrases.txt rename to translations/funvotes.phrases.txt