Verb tooltip tweaks (#7796)

* tooltip changes

* these too
This commit is contained in:
Kara
2022-04-25 22:48:12 -07:00
committed by GitHub
parent 35ddd5092b
commit 6ab3942bfe
5 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
gas-analyzable-system-internal-error-missing-component = Your gas analyzer whirrs for a while, then stops.
gas-anlayzable-system-internal-error-no-gas-node = Your gas analyzer reads, "NO GAS FOUND".
gas-analyzable-system-verb-name = Analyze
gas-analyzable-system-verb-tooltip = Analyze Contents
gas-analyzable-system-verb-tooltip = Use a gas analyzer to examine the contents of this device.
gas-analyzable-system-header = Your gas analyzer shows a list of statistics:
gas-analyzable-system-statistics = Pressure: {PRESSURE($pressure)}
Temperature: {$tempK}K ({$tempC}°C)

View File

@@ -1,7 +1,7 @@
cable-multitool-system-internal-error-no-power-node = Your multitool reads, "INTERNAL ERROR: NOT A POWER CABLE".
cable-multitool-system-internal-error-missing-component = Your multitool reads, "INTERNAL ERROR: CABLE ABNORMAL".
cable-multitool-system-verb-name = Power
cable-multitool-system-verb-tooltip = Requires multitool
cable-multitool-system-verb-tooltip = Use a multitool to examine power statistics.
cable-multitool-system-statistics = Your multitool shows a list of statistics:
Current Supply: { POWERWATTS($supplyc) }

View File

@@ -1,2 +1,2 @@
health-examinable-verb-text = Health
health-examinable-verb-disabled = Need to be in close range
health-examinable-verb-disabled = Perform a basic health examination in close range.

View File

@@ -1,4 +1,4 @@
butcherable-knife-butchered-success = You butcher { THE($target) } with { THE($knife) }.
butcherable-need-knife = Need something sharp.
butcherable-need-knife = Use a sharp object to butcher this creature.
butcherable-mob-isnt-dead = Needs to be dead.
butcherable-verb-name = Butcher

View File

@@ -13,5 +13,5 @@ signal-linker-component-out-of-range = Connection is out of range!
signal-linking-verb-text-link-default = Link default ports
signal-linking-verb-success = Connected all default {$machine} links.
signal-linking-verb-fail = Failed to connect all default {$machine} links.
signal-linking-verb-disabled-no-transmitter = You first need to interact with a transmitter.
signal-linking-verb-disabled-no-receiver = You first need to interact with a receiver.
signal-linking-verb-disabled-no-transmitter = First interact with a transmitter, then link default ports.
signal-linking-verb-disabled-no-receiver = First interact with a receiver, then link default ports.