diff --git a/shared.c b/shared.c index bfd16ad..00a2336 100644 --- a/shared.c +++ b/shared.c @@ -3559,7 +3559,7 @@ void setfruitinfo(void) { setinfo(P_BIGNET, "Big Net", "Makes your nets reach further.", "bignet.png"); setinfo(P_HELP, "Help", "Gives useful game information or hints.", "help.png"); setinfo(P_GEMBOOST, "Gem Boost", "Increases the length of gem streams.", "gemboost.png"); - setinfo(P_BELL, "Powerup Bell", "Rings if a permenant powerup is going to appear on the level", "bell.png"); + setinfo(P_BELL, "Powerup Bell", "Rings if certain types of powerup are going to appear on the level.", "bell.png"); setinfo(P_TROPHY, "Trophy", "Gives the player all powerups", "trophy.png"); setinfo(P_HELMET, "Helmet","Gives you a suit of armour which will protect you from death.", "helmet.png"); setinfo(P_BIGSPEED, "Big Speed Up", "Makes you walk faster, permenantly!", "bigspeed.png"); diff --git a/website/info.html b/website/info.html index c4f9ab3..1ee2da1 100644 --- a/website/info.html +++ b/website/info.html @@ -64,7 +64,7 @@