Merge lp:~hjd/widelands/string-fixes into lp:widelands

Proposed by Hans Joachim Desserud
Status: Merged
Merged at revision: 6636
Proposed branch: lp:~hjd/widelands/string-fixes
Merge into: lp:widelands
Diff against target: 93 lines (+9/-13)
6 files modified
maps/Four Mountains.wmf/elemental (+1/-1)
scripting/win_condition_texts.lua (+2/-1)
scripting/win_conditions/03_territorial_time.lua (+2/-3)
src/network/nethost.cc (+1/-1)
txts/tips/editor.tip (+1/-1)
txts/tips/general_game.tip (+2/-6)
To merge this branch: bzr merge lp:~hjd/widelands/string-fixes
Reviewer Review Type Date Requested Status
SirVer Approve
Review via email: mp+175595@code.launchpad.net

Description of the change

Fixes and improvements for various strings. See individual commit messages for details.

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

Very reasonable fixes, imho. Merged.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'maps/Four Mountains.wmf/elemental'
2--- maps/Four Mountains.wmf/elemental 2012-03-09 10:37:34 +0000
3+++ maps/Four Mountains.wmf/elemental 2013-07-18 14:41:44 +0000
4@@ -6,6 +6,6 @@
5 world="winterland"
6 name=_ "Four Mountains"
7 author="Quappo"
8-descr=_ "Each tribe is surrounded by four mighty mountains. Who will first conquer them and claim the resources for his own tribe? Hint I: Water can be found along the river. Hint II: Snowmen mark additional water sources. Hint 3: Each mountain contains only one resource."
9+descr=_ "Each tribe is surrounded by four mighty mountains. Who will first conquer them and claim the resources for his own tribe? Hint I: Water can be found along the river. Hint II: Snowmen mark additional water sources. Hint III: Each mountain contains only one resource."
10 hint=_ "Suggested Teams: (blue, red) vs (yellow, green) or (blue, green) vs (red, yellow)"
11 tags="official,ffa,2teams"
12
13=== modified file 'scripting/win_condition_texts.lua'
14--- scripting/win_condition_texts.lua 2013-07-10 05:09:06 +0000
15+++ scripting/win_condition_texts.lua 2013-07-18 14:41:44 +0000
16@@ -50,6 +50,7 @@
17 }
18
19 game_status_territoral_lord_time = {
20- end_in = _ "game will end in %i minutes.",
21+ end_in = _ "The game will end in %i minutes.",
22+ end_in_or = _ "Otherwise the game will end in %i minutes.",
23 land = _ "%s %s %i%% of the land (%i of %i)."
24 }
25
26=== modified file 'scripting/win_conditions/03_territorial_time.lua'
27--- scripting/win_conditions/03_territorial_time.lua 2012-02-26 19:26:06 +0000
28+++ scripting/win_conditions/03_territorial_time.lua 2013-07-18 14:41:44 +0000
29@@ -200,11 +200,10 @@
30 else
31 msg = msg .. msg1 .. "\n\n"
32 end
33- msg = msg .. "Otherwise the "
34+ msg = msg .. game_status_territoral_lord_time.end_in_or:format(remaining_max_time/60)
35 else
36- msg = msg .. "The "
37+ msg = msg .. game_status_territoral_lord_time.end_in:format(remaining_max_time/60)
38 end
39- msg = msg .. game_status_territoral_lord_time.end_in:format(remaining_max_time/60)
40 msg = msg .. "\n\n"
41 msg = msg .. game_status.body
42 msg = msg .. _status(points, "has")
43
44=== modified file 'src/network/nethost.cc'
45--- src/network/nethost.cc 2013-07-16 13:26:14 +0000
46+++ src/network/nethost.cc 2013-07-18 14:41:44 +0000
47@@ -737,7 +737,7 @@
48 s.get_string
49 ("dedicated_motd",
50 (format
51- (_("This is a dedicated server send \"@%s help\" to get a full list of available commands."))
52+ (_("This is a dedicated server. Send \"@%s help\" to get a full list of available commands."))
53 % d->localplayername)
54 .str().c_str());
55
56
57=== modified file 'txts/tips/editor.tip'
58--- txts/tips/editor.tip 2010-04-28 21:13:58 +0000
59+++ txts/tips/editor.tip 2013-07-18 14:41:44 +0000
60@@ -19,7 +19,7 @@
61 sec=6
62
63 [Tip 6]
64-text=_"The number keys (1 - 0) allow you to directly set the size of the selected area around your mouse."
65+text=_"The number keys (1 - 0) allow you to directly set the size of the selected area around your mouse cursor."
66 sec=6
67
68 [Tip 7]
69
70=== modified file 'txts/tips/general_game.tip'
71--- txts/tips/general_game.tip 2013-03-09 08:26:39 +0000
72+++ txts/tips/general_game.tip 2013-07-18 14:41:44 +0000
73@@ -27,8 +27,8 @@
74 sec=5
75
76 [Tip 8]
77-text=_Use the 'configure economy' menu to adjust the target quantity of a specific ware.
78-sec=5
79+text=_Use the 'configure economy' menu to adjust the target quantity of wares. It can be accessed via the flag menu.
80+sec=7
81
82 [Tip 9]
83 text=_Manage your messages more efficiently: press 'N' for News to access the messages window, then use 'G' for Go To and the Delete key to archive messages.
84@@ -63,9 +63,5 @@
85 sec=4
86
87 [Tip 17]
88-text=_The 'configure economy' menu for setting up target quantities can be accessed via the flag menu.
89-sec=5
90-
91-[Tip 18]
92 text=_An economy consists of all buildings and flags connected by roads. The supplies and demands of buildings are handled in its economy.
93 sec=8

Subscribers

People subscribed via source and target branches

to status/vote changes: