diff --git a/localization/locale_enus.php b/localization/locale_enus.php index 8e92028c..aa9ebefb 100644 --- a/localization/locale_enus.php +++ b/localization/locale_enus.php @@ -597,8 +597,8 @@ $lang = array( SAI_ACTION_TRIGGER_TIMED_EVENT => ['Trigger previously defined timed event #[b]%1$d[/b].', null], SAI_ACTION_REMOVE_TIMED_EVENT => ['Delete previously defined timed event #[b]%1$d[/b].', null], SAI_ACTION_ADD_AURA => ['Apply aura from [spell=%1$d] on #target#.', null], - SAI_ACTION_OVERRIDE_SCRIPT_BASE_OBJECT => ['Set #target# as base for further SmartAI-Events.', null], - SAI_ACTION_RESET_SCRIPT_BASE_OBJECT => ['Reset base for SmartAI-Events.', null], + SAI_ACTION_OVERRIDE_SCRIPT_BASE_OBJECT => ['Set #target# as base for further SmartAI events.', null], + SAI_ACTION_RESET_SCRIPT_BASE_OBJECT => ['Reset base for SmartAI events.', null], SAI_ACTION_CALL_SCRIPT_RESET => ['Reset current SmartAI.', null], SAI_ACTION_SET_RANGED_MOVEMENT => ['Set ranged attack distance to [b]%1$d[/b]m(%2$d)?, at %2$d°:;.', null], /* 80*/ SAI_ACTION_CALL_TIMED_ACTIONLIST => ['Call [html]Timed Actionlist #%1$d[/html]. Updates %7$s.', null], @@ -719,7 +719,7 @@ $lang = array( 'GOStateUNK' => '[span class=q10]unknown gameobject state #[b class=q1]%d[/b][/span]', 'summonTypeUNK' => '[span class=q10]unknown SummonType #[b class=q1]%d[/b][/span]', - 'aiTplUNK' => '[span class=q10]unknown AI-Template #[b class=q1]%d[/b][/span]', + 'aiTplUNK' => '[span class=q10]unknown AI template #[b class=q1]%d[/b][/span]', 'reactStateUNK' => '[span class=q10]unknown ReactState #[b class=q1]%d[/b][/span]', 'sheathUNK' => '[span class=q10]unknown sheath #[b class=q1]%d[/b][/span]', 'saiUpdateUNK' => '[span class=q10]unknown update condition #[b class=q1]%d[/b][/span]', @@ -760,7 +760,7 @@ $lang = array( 'passConfirm' => "Confirm password", // dashboard - 'ipAddress' => "IP-Adress", + 'ipAddress' => "IP address", 'lastIP' => "last used IP", 'myAccount' => "My Account", 'editAccount' => "Simply use the forms below to update your account information", @@ -949,7 +949,7 @@ $lang = array( 'points' => "Points", 'series' => "Series", 'outOf' => "out of", - 'criteriaType' => "Criterium Type-Id:", + 'criteriaType' => "Criterium Type ID:", 'itemReward' => "You will receive", 'titleReward' => 'You shall be granted the title "%s"', 'slain' => "slain", diff --git a/pages/npc.php b/pages/npc.php index 0abd9826..4de0311f 100644 --- a/pages/npc.php +++ b/pages/npc.php @@ -211,11 +211,11 @@ class NpcPage extends GenericPage if ($flagsExtra & 0x000040) $buff[] = 'Rewards no experience'; if ($flagsExtra & 0x000080) - $buff[] = 'Trigger-Creature'; + $buff[] = 'Trigger creature'; if ($flagsExtra & 0x000100) $buff[] = 'Immune to Taunt'; if ($flagsExtra & 0x008000) - $buff[] = "[tooltip name=guard]- engages PvP-Attacker\n- ignores enemy stealth, invisibility and Feign Death[/tooltip][span class=tip tooltip=guard]Guard[/span]"; + $buff[] = "[tooltip name=guard]- engages PvP attackers\n- ignores enemy stealth, invisibility and Feign Death[/tooltip][span class=tip tooltip=guard]Guard[/span]"; if ($flagsExtra & 0x020000) $buff[] = 'Cannot deal Critical Hits'; if ($flagsExtra & 0x040000)