From f05557a7d9e93d72aa097402b5c658165b91d119 Mon Sep 17 00:00:00 2001 From: Wedge009 Date: Wed, 26 Aug 2015 17:30:44 +1000 Subject: [PATCH 1/2] Spelling corrections recieve -> receive intepolate -> interpolate --- data/core/help.cfg | 2 +- data/gui/default/window/advanced_graphics_options.cfg | 4 ++-- data/gui/default/window/mp_alerts_options.cfg | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/data/core/help.cfg b/data/core/help.cfg index 9a7b890e53d..fca58d95e9d 100644 --- a/data/core/help.cfg +++ b/data/core/help.cfg @@ -398,7 +398,7 @@ Most units have two traits. However, goblins have only one trait, undead units a The traits that are available to most non‐undead units are dst='traits_intelligent' text='intelligent', dst='traits_quick' text='quick', dst='traits_resilient' text='resilient', and dst='traits_strong' text='strong'." + _ " -Elves may also receive dst='traits_dextrous' text='dextrous', and dwarves may recieve dst='traits_healthy' text='healthy'. Trolls and certain humans may recieve dst='traits_fearless' text='fearless'. Other traits which may be assigned include dst='traits_loyal' text='loyal', dst='traits_feral' text='feral' and dst='traits_undead' text='undead'. +Elves may also receive dst='traits_dextrous' text='dextrous', and dwarves may receive dst='traits_healthy' text='healthy'. Trolls and certain humans may receive dst='traits_fearless' text='fearless'. Other traits which may be assigned include dst='traits_loyal' text='loyal', dst='traits_feral' text='feral' and dst='traits_undead' text='undead'. " [/topic] diff --git a/data/gui/default/window/advanced_graphics_options.cfg b/data/gui/default/window/advanced_graphics_options.cfg index 3837197c6d4..d45b7db573f 100644 --- a/data/gui/default/window/advanced_graphics_options.cfg +++ b/data/gui/default/window/advanced_graphics_options.cfg @@ -39,11 +39,11 @@ #define _GUI_SCALE_ALGO_OPTIONS CASE - {_GUI_SCALE_OPTION ({CASE}+"_legacy_lin") _"Linear (legacy)" _"Bilinear intepolation scaling (legacy wesnoth option)"} + {_GUI_SCALE_OPTION ({CASE}+"_legacy_lin") _"Linear (legacy)" _"Bilinear interpolation scaling (legacy wesnoth option)"} {_GUI_SCALE_OPTION ({CASE}+"_nn") _"Nearest Neighbor" _"Nearest Neighbor scaling (fastest)"} {_GUI_SCALE_OPTION ({CASE}+"_xbrzlin") _"xBRZ + linear" _"xBRZ followed by Bilinear interpolation"} {_GUI_SCALE_OPTION ({CASE}+"_xbrznn") _"xBRZ + NN" _"xBRZ followed by Nearest Neighbor (recommended)"} - {_GUI_SCALE_OPTION ({CASE}+"_linear") _"Linear" _"Bilinear intepolation scaling (new implementation)"} + {_GUI_SCALE_OPTION ({CASE}+"_linear") _"Linear" _"Bilinear interpolation scaling (new implementation)"} #enddef #define _GUI_SCALE_CHOICE CASE LABEL TOOLTIP diff --git a/data/gui/default/window/mp_alerts_options.cfg b/data/gui/default/window/mp_alerts_options.cfg index c4087632444..93b34a71c81 100644 --- a/data/gui/default/window/mp_alerts_options.cfg +++ b/data/gui/default/window/mp_alerts_options.cfg @@ -176,10 +176,10 @@ {__GUI_LOBBY_SOUNDS_ENTRY "player_joins" _"Player joins:" _"When a player joins the lobby or game"} {__GUI_LOBBY_SOUNDS_ENTRY "player_leaves" _"Player leaves:" _"When a player leaves the lobby or game"} - {__GUI_LOBBY_SOUNDS_ENTRY "private_message" _"Private message:" _"When a private message is recieved"} - {__GUI_LOBBY_SOUNDS_ENTRY "friend_message" _"Friend message:" _"When a message from a friend is recieved"} - {__GUI_LOBBY_SOUNDS_ENTRY "public_message" _"Public message:" _"When a public message is recieved"} - {__GUI_LOBBY_SOUNDS_ENTRY "server_message" _"Server message:" _"When a server message is recieved"} + {__GUI_LOBBY_SOUNDS_ENTRY "private_message" _"Private message:" _"When a private message is received"} + {__GUI_LOBBY_SOUNDS_ENTRY "friend_message" _"Friend message:" _"When a message from a friend is received"} + {__GUI_LOBBY_SOUNDS_ENTRY "public_message" _"Public message:" _"When a public message is received"} + {__GUI_LOBBY_SOUNDS_ENTRY "server_message" _"Server message:" _"When a server message is received"} {__GUI_LOBBY_SOUNDS_ENTRY "ready_for_start" _"Ready to start game:" _"When the game you are hosting is ready to start"} {__GUI_LOBBY_SOUNDS_ENTRY "game_has_begun" _"Game has begun:" _"When the host (not you) has started the game"} {__GUI_LOBBY_SOUNDS_ENTRY "turn_changed" _"Turn changed:" _"When a new turn has begun"} From e37ee6a1923ad76236e08365be6bea0c50064da3 Mon Sep 17 00:00:00 2001 From: Wedge009 Date: Wed, 26 Aug 2015 17:31:03 +1000 Subject: [PATCH 2/2] Spelling corrections recieve -> receive intepolate -> interpolate --- po/wesnoth-help/wesnoth-help.pot | 4 ++-- po/wesnoth-lib/wesnoth-lib.pot | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/po/wesnoth-help/wesnoth-help.pot b/po/wesnoth-help/wesnoth-help.pot index 7cb9390a7f0..e71771cc965 100644 --- a/po/wesnoth-help/wesnoth-help.pot +++ b/po/wesnoth-help/wesnoth-help.pot @@ -1827,8 +1827,8 @@ msgid "" "\n" "\n" "Elves may also receive dst='traits_dextrous' text='dextrous', and " -"dwarves may recieve dst='traits_healthy' text='healthy'. Trolls " -"and certain humans may recieve dst='traits_fearless' text='fearless'dst='traits_healthy' text='healthy'. Trolls " +"and certain humans may receive dst='traits_fearless' text='fearless'. Other traits which may be assigned include dst='traits_loyal' " "text='loyal', dst='traits_feral' text='feral' and " "dst='traits_undead' text='undead'.\n" diff --git a/po/wesnoth-lib/wesnoth-lib.pot b/po/wesnoth-lib/wesnoth-lib.pot index c341349aee4..7b7d3cb5a24 100644 --- a/po/wesnoth-lib/wesnoth-lib.pot +++ b/po/wesnoth-lib/wesnoth-lib.pot @@ -1877,7 +1877,7 @@ msgid "Remove" msgstr "" #: data/gui/default/window/advanced_graphics_options.cfg:42 -msgid "Bilinear intepolation scaling (legacy wesnoth option)" +msgid "Bilinear interpolation scaling (legacy wesnoth option)" msgstr "" #: data/gui/default/window/advanced_graphics_options.cfg:42 @@ -1909,7 +1909,7 @@ msgid "xBRZ followed by Nearest Neighbor (recommended)" msgstr "" #: data/gui/default/window/advanced_graphics_options.cfg:46 -msgid "Bilinear intepolation scaling (new implementation)" +msgid "Bilinear interpolation scaling (new implementation)" msgstr "" #: data/gui/default/window/advanced_graphics_options.cfg:46 @@ -3161,7 +3161,7 @@ msgstr "" #. [grid] #: data/gui/default/window/mp_alerts_options.cfg:179 -msgid "When a private message is recieved" +msgid "When a private message is received" msgstr "" #. [grid] @@ -3171,7 +3171,7 @@ msgstr "" #. [grid] #: data/gui/default/window/mp_alerts_options.cfg:180 -msgid "When a message from a friend is recieved" +msgid "When a message from a friend is received" msgstr "" #. [grid] @@ -3181,7 +3181,7 @@ msgstr "" #. [grid] #: data/gui/default/window/mp_alerts_options.cfg:181 -msgid "When a public message is recieved" +msgid "When a public message is received" msgstr "" #. [grid] @@ -3191,7 +3191,7 @@ msgstr "" #. [grid] #: data/gui/default/window/mp_alerts_options.cfg:182 -msgid "When a server message is recieved" +msgid "When a server message is received" msgstr "" #. [grid]