From eac0e274a6d88f4cba55d7cb65e8969f44af9e28 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 22 Apr 2008 00:44:14 +0000 Subject: [PATCH] amb1597 - renamed legacy translation files --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402089 --- plugins/funcommands.sp | 2 +- plugins/funvotes.sp | 4 ++-- .../{basefuncommands.phrases.txt => funcommands.phrases.txt} | 0 .../{basefunvotes.phrases.txt => funvotes.phrases.txt} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename translations/{basefuncommands.phrases.txt => funcommands.phrases.txt} (100%) rename translations/{basefunvotes.phrases.txt => funvotes.phrases.txt} (100%) 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