tweak
This commit is contained in:
@@ -523,7 +523,7 @@ sectors.stored = Stored:
|
||||
sectors.resume = Resume
|
||||
sectors.launch = Launch
|
||||
sectors.select = Select
|
||||
sectors.sundest = [lightgray]none (sun)
|
||||
sectors.nonelaunch = [lightgray]none (sun)
|
||||
|
||||
#NOTE TO TRANSLATORS: don't bother editing these, they'll be removed and/or rewritten anyway
|
||||
sector.groundZero.name = Ground Zero
|
||||
|
||||
@@ -120,7 +120,7 @@ public class LaunchPad extends Block{
|
||||
Sector dest = state.secinfo.getRealDestination();
|
||||
|
||||
return Core.bundle.format("launch.destination",
|
||||
dest == null ? Core.bundle.get("sectors.sundest") :
|
||||
dest == null ? Core.bundle.get("sectors.nonelaunch") :
|
||||
dest.preset == null ?
|
||||
"[accent]Sector " + dest.id :
|
||||
"[accent]" + dest.preset.localizedName);
|
||||
|
||||
Reference in New Issue
Block a user