Skip to content

Commit ecb90bf

Browse files
pool011AndreasBrostrom
authored andcommitted
Add tooltip for event server and fix ts tooltip
1 parent b06d47d commit ecb90bf

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

addons/optionsmenu/gui/mainMenu.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class RscDisplayMain : RscStandardDisplay {
2222
};
2323
class joinTS1 : joinTac2 {
2424
text = CSTRING(joinTS1_text);
25-
tooltip = CSTRING(joinTS1_tooltip);
25+
tooltip = CSTRING(joinTS_tooltip);
2626
y = "(4 * 1.5) * (pixelH * pixelGrid * 2) + (pixelH)";
2727
onbuttonclick = "connectToServer ['75.6.53.50', 2402, ''];";
2828
};
@@ -38,6 +38,7 @@ class RscDisplayMain : RscStandardDisplay {
3838
};
3939
class joinTSE : joinTS1 {
4040
text = CSTRING(joinTSE_text);
41+
tooltip = CSTRING(joinTSE_tooltip);
4142
y = "(7 * 1.5) * (pixelH * pixelGrid * 2) + (pixelH)";
4243
onbuttonclick = "connectToServer ['75.6.53.50', 2902, ''];";
4344
};

addons/optionsmenu/stringtable.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Key ID="STR_cav_optionsmenu_joinTS1_text">
1111
<English>Join Training Server 1</English>
1212
</Key>
13-
<Key ID="STR_cav_optionsmenu_joinTac1_tooltip">
13+
<Key ID="STR_cav_optionsmenu_joinTS_tooltip">
1414
<English>Join the member only training server!</English>
1515
</Key>
1616
<Key ID="STR_cav_optionsmenu_joinTS2_text">
@@ -22,6 +22,9 @@
2222
<Key ID="STR_cav_optionsmenu_joinTSE_text">
2323
<English>Join Event Server</English>
2424
</Key>
25+
<Key ID="STR_cav_optionsmenu_joinTSE_tooltip">
26+
<English>Join the 7Cav Event Server!</English>
27+
</Key>
2528

2629
<Key ID="STR_cav_optionsmenu_CavJoin_tooltip">
2730
<English>Enlist Today!</English>

0 commit comments

Comments
 (0)