From 2e77cc58ab9ea597100a29ac7a0c735f9469135f Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 8 Aug 2024 15:57:18 +0200 Subject: [PATCH] fix: correct info text alignment in multiple languages Aligned info text more consistently by removing the unnecessary "clock" word in the time displays across different language files. This enhances readability and maintains uniformity in the presentation of exchange rate update times. No functional changes were made. --- lang/el.php | 2 +- lang/en.php | 2 +- lang/nl.php | 2 +- lang/pl.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/el.php b/lang/el.php index 6d89215..69a6566 100644 --- a/lang/el.php +++ b/lang/el.php @@ -11,7 +11,7 @@ $title_h1 = "conversion to"; // ↓ XMR [...] ↓ $moneroooTable = "Service provided by Moner.ooo, Data provided by CoinGecko"; // Info Text -$info = "The exchange rates on this site are for information purposes only. They are not guaranteed to be accurate, and are subject to change without notice. The exchange rates are updated approximately once per minute. Last at ".$time." clock, Europe/Berlin. Data provided by CoinGecko.
Kuno - Moner.ooo donation page Kuno – Fundraise with Monero"; +$info = "The exchange rates on this site are for information purposes only. They are not guaranteed to be accurate, and are subject to change without notice. The exchange rates are updated approximately once per minute. Last at ".$time.", Europe/Berlin. Data provided by CoinGecko.
Kuno - Moner.ooo donation page Kuno – Fundraise with Monero"; $servers_guru = " | Webhosting provided byServers Guru"; $clipboard_copy_tooltip = "Copy to clipboard"; diff --git a/lang/en.php b/lang/en.php index 98358b5..b465072 100644 --- a/lang/en.php +++ b/lang/en.php @@ -11,7 +11,7 @@ $title_h1 = "conversion to"; // ↓ XMR [...] ↓ $moneroooTable = "Service provided by Moner.ooo, Data provided by CoinGecko"; // Info Text -$info = "The exchange rates on this site are for information purposes only. They are not guaranteed to be accurate, and are subject to change without notice. The exchange rates are updated approximately once per minute. Last at ".$time." clock, Europe/Berlin. Data provided by CoinGecko.
Kuno - Moner.ooo donation page Kuno – Fundraise with Monero | GitHub"; +$info = "The exchange rates on this site are for information purposes only. They are not guaranteed to be accurate, and are subject to change without notice. The exchange rates are updated approximately once per minute. Last at ".$time.", Europe/Berlin. Data provided by CoinGecko.
Kuno - Moner.ooo donation page Kuno – Fundraise with Monero | GitHub"; $servers_guru = " | Webhosting provided byServers Guru"; $clipboard_copy_tooltip = "Copy to clipboard"; diff --git a/lang/nl.php b/lang/nl.php index 34a2854..600ee04 100644 --- a/lang/nl.php +++ b/lang/nl.php @@ -11,7 +11,7 @@ $title_h1 = "conversion to"; // ↓ XMR [...] ↓ $moneroooTable = "Service provided by Moner.ooo, Data provided by CoinGecko"; // Info Text -$info = "The exchange rates on this site are for information purposes only. They are not guaranteed to be accurate, and are subject to change without notice. The exchange rates are updated approximately once per minute. Last at ".$time." clock, Europe/Berlin. Data provided by CoinGecko.
Kuno - Moner.ooo donation page Kuno – Fundraise with Monero | GitHub"; +$info = "The exchange rates on this site are for information purposes only. They are not guaranteed to be accurate, and are subject to change without notice. The exchange rates are updated approximately once per minute. Last at ".$time.", Europe/Berlin. Data provided by CoinGecko.
Kuno - Moner.ooo donation page Kuno – Fundraise with Monero | GitHub"; $servers_guru = " | Webhosting provided byServers Guru"; $clipboard_copy_tooltip = "Copy to clipboard"; diff --git a/lang/pl.php b/lang/pl.php index 09495fe..884da85 100644 --- a/lang/pl.php +++ b/lang/pl.php @@ -11,7 +11,7 @@ $title_h1 = "conversion to"; // ↓ XMR [...] ↓ $moneroooTable = "Service provided by Moner.ooo, Data provided by CoinGecko"; // Info Text -$info = "The exchange rates on this site are for information purposes only. They are not guaranteed to be accurate, and are subject to change without notice. The exchange rates are updated approximately once per minute. Last at ".$time." clock, Europe/Berlin. Data provided by CoinGecko.
Kuno - Moner.ooo donation page Kuno – Fundraise with Monero | GitHub"; +$info = "The exchange rates on this site are for information purposes only. They are not guaranteed to be accurate, and are subject to change without notice. The exchange rates are updated approximately once per minute. Last at ".$time.", Europe/Berlin. Data provided by CoinGecko.
Kuno - Moner.ooo donation page Kuno – Fundraise with Monero | GitHub"; $servers_guru = " | Webhosting provided byServers Guru"; $clipboard_copy_tooltip = "Copy to clipboard";