Skip to content

Commit fb37431

Browse files
committed
Shorten a UI string and update Credits some more.
1 parent 9c3742d commit fb37431

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

main/src/org/destinationsol/game/screens/MenuScreen.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ public void updateCustom(SolApplication cmp, SolInputManager.Ptr[] ptrs, boolean
9292
g.setPaused(false);
9393
im.setScreen(cmp, g.getScreens().mainScreen);
9494
}
95-
myDoNotSellEquippedControl.setDisplayName("Can't sell equipped items: " +
96-
(options.canSellEquippedItems ? "No" : "Yes"));
95+
myDoNotSellEquippedControl.setDisplayName("Can sell used items: " +
96+
(options.canSellEquippedItems ? "Yes" : "No"));
9797
if (myDoNotSellEquippedControl.isJustOff()) {
9898
options.canSellEquippedItems = !options.canSellEquippedItems;
9999
}

main/src/org/destinationsol/menu/CreditsScreen.java

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,11 @@ public CreditsScreen(float r, GameOptions gameOptions) {
6969
{
7070
"Contributors on GitHub",
7171
"",
72-
"Cervator",
73-
"Rulasmur",
74-
"theotherjay",
75-
"LinusVanElswijk",
76-
"SimonC4",
77-
"grauerkoala",
78-
"rzats",
79-
"LadySerenaKitty",
80-
"askneller"
72+
"Cervator, Rulasmur",
73+
"theotherjay, LinusVanElswijk",
74+
"SimonC4, grauerkoala, rzats",
75+
"LadySerenaKitty, askneller",
76+
"JGelfand, AvaLanCS"
8177
},
8278
{
8379
"Soundtrack by NeonInsect"

0 commit comments

Comments
 (0)