GunChleoc has proposed merging lp:~widelands-dev/widelands/skeletons2seashells into lp:widelands.
Requested reviews: Widelands Developers (widelands-dev) For more details, see: https://code.launchpad.net/~widelands-dev/widelands/skeletons2seashells/+merge/226725 Some small i18n stuff -- https://code.launchpad.net/~widelands-dev/widelands/skeletons2seashells/+merge/226725 Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/skeletons2seashells into lp:widelands.
=== modified file 'world/immovables/skeleton2/init.lua' --- world/immovables/skeleton2/init.lua 2014-05-03 08:40:59 +0000 +++ world/immovables/skeleton2/init.lua 2014-07-14 18:11:41 +0000 @@ -2,7 +2,7 @@ world:new_immovable_type{ name = "skeleton2", - descname = _ "Skeleton", + descname = _ "Seashell", editor_category = "miscellaneous", size = "none", attributes = {}, === modified file 'world/immovables/skeleton4/init.lua' --- world/immovables/skeleton4/init.lua 2014-05-03 08:40:59 +0000 +++ world/immovables/skeleton4/init.lua 2014-07-14 18:11:41 +0000 @@ -2,7 +2,7 @@ world:new_immovable_type{ name = "skeleton4", - descname = _ "Skeleton", + descname = _ "Seashell", editor_category = "miscellaneous", size = "none", attributes = {}, === modified file 'world/immovables/track_winter/init.lua' --- world/immovables/track_winter/init.lua 2014-05-03 08:40:59 +0000 +++ world/immovables/track_winter/init.lua 2014-07-14 18:11:41 +0000 @@ -2,6 +2,7 @@ world:new_immovable_type{ name = "track_winter", + -- TRANSLATORS: This track is made of footprints in the snow descname = _ "Track", editor_category = "miscellaneous", size = "none",
_______________________________________________ Mailing list: https://launchpad.net/~widelands-dev Post to : widelands-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~widelands-dev More help : https://help.launchpad.net/ListHelp