Merge lp:~widelands-dev/widelands/skeletons2seashells into lp:widelands

Proposed by GunChleoc
Status: Merged
Merged at revision: 7087
Proposed branch: lp:~widelands-dev/widelands/skeletons2seashells
Merge into: lp:widelands
Diff against target: 37 lines (+3/-2)
3 files modified
world/immovables/skeleton2/init.lua (+1/-1)
world/immovables/skeleton4/init.lua (+1/-1)
world/immovables/track_winter/init.lua (+1/-0)
To merge this branch: bzr merge lp:~widelands-dev/widelands/skeletons2seashells
Reviewer Review Type Date Requested Status
SirVer Approve
Review via email: mp+226725@code.launchpad.net

Description of the change

Some small i18n stuff

To post a comment you must log in.
Revision history for this message
SirVer (sirver) wrote :

hardly anything to complain about in this branch :P.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'world/immovables/skeleton2/init.lua'
2--- world/immovables/skeleton2/init.lua 2014-05-03 08:40:59 +0000
3+++ world/immovables/skeleton2/init.lua 2014-07-14 18:11:41 +0000
4@@ -2,7 +2,7 @@
5
6 world:new_immovable_type{
7 name = "skeleton2",
8- descname = _ "Skeleton",
9+ descname = _ "Seashell",
10 editor_category = "miscellaneous",
11 size = "none",
12 attributes = {},
13
14=== modified file 'world/immovables/skeleton4/init.lua'
15--- world/immovables/skeleton4/init.lua 2014-05-03 08:40:59 +0000
16+++ world/immovables/skeleton4/init.lua 2014-07-14 18:11:41 +0000
17@@ -2,7 +2,7 @@
18
19 world:new_immovable_type{
20 name = "skeleton4",
21- descname = _ "Skeleton",
22+ descname = _ "Seashell",
23 editor_category = "miscellaneous",
24 size = "none",
25 attributes = {},
26
27=== modified file 'world/immovables/track_winter/init.lua'
28--- world/immovables/track_winter/init.lua 2014-05-03 08:40:59 +0000
29+++ world/immovables/track_winter/init.lua 2014-07-14 18:11:41 +0000
30@@ -2,6 +2,7 @@
31
32 world:new_immovable_type{
33 name = "track_winter",
34+ -- TRANSLATORS: This track is made of footprints in the snow
35 descname = _ "Track",
36 editor_category = "miscellaneous",
37 size = "none",

Subscribers

People subscribed via source and target branches

to status/vote changes: