diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-07-04 20:35:32 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-07-04 21:40:31 +0200 |
commit | 9b53b601c1dd76fd6e368d68cf823706aac0bba6 (patch) | |
tree | 665f9d020bd52dc52734819d606b0f92644a3564 | |
parent | 8225bde82baecbb39f123f3507874c7adbe1c2fe (diff) | |
download | Firmament-9b53b601c1dd76fd6e368d68cf823706aac0bba6.tar.gz Firmament-9b53b601c1dd76fd6e368d68cf823706aac0bba6.tar.bz2 Firmament-9b53b601c1dd76fd6e368d68cf823706aac0bba6.zip |
fix: Translation order
-rw-r--r-- | translations/en_us.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translations/en_us.json b/translations/en_us.json index faf68e8..6299181 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -130,9 +130,9 @@ "firmament.config.diana.nearby-waypoints.description": "Highlight nearby diana burrows.", "firmament.config.etherwarp-overlay": "Etherwarp Overlay", "firmament.config.etherwarp-overlay.cube": "Cube", - "firmament.config.etherwarp-overlay.cube.description": "Displays a full cube on the block", "firmament.config.etherwarp-overlay.cube-colour": "Cube Color", "firmament.config.etherwarp-overlay.cube-colour.description": "Choose the colour of the etherwarp target block.", + "firmament.config.etherwarp-overlay.cube.description": "Displays a full cube on the block", "firmament.config.etherwarp-overlay.etherwarp-overlay": "Etherwarp Overlay", "firmament.config.etherwarp-overlay.etherwarp-overlay.description": "Display an overlay that tells you what block you will warp to.", "firmament.config.etherwarp-overlay.wireframe": "Outline", @@ -357,9 +357,9 @@ "firmament.config.storage-overlay.margin": "Margin", "firmament.config.storage-overlay.margin.description": "Margin inside of the storage overview.", "firmament.config.storage-overlay.outline-active-page": "Outline Active Page", - "firmament.config.storage-overlay.outline-active-page.description": "Put a border around the selected storage page in the storage overlay.", "firmament.config.storage-overlay.outline-active-page-colour": "Outline Colour", "firmament.config.storage-overlay.outline-active-page-colour.description": "Change the colour of the border around your selected storage page.", + "firmament.config.storage-overlay.outline-active-page.description": "Put a border around the selected storage page in the storage overlay.", "firmament.config.storage-overlay.padding": "Padding", "firmament.config.storage-overlay.padding.description": "Padding inside of the storage overview.", "firmament.config.storage-overlay.rows": "Columns", |