summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurelian R <arusanu@gmail.com>2026-04-18 15:33:59 +0300
committerAurelian R <arusanu@gmail.com>2026-04-18 15:33:59 +0300
commite7d7a644aeed1e0d2e99bbe78832d9d79b66a6b6 (patch)
treef5bfa75f2febaccd43da1f413025db86d6d86fd8
parent61d716d12d84b190f76981588fb537a25977ee4b (diff)
downloadmageiawelcome-e7d7a644aeed1e0d2e99bbe78832d9d79b66a6b6.tar
mageiawelcome-e7d7a644aeed1e0d2e99bbe78832d9d79b66a6b6.tar.gz
mageiawelcome-e7d7a644aeed1e0d2e99bbe78832d9d79b66a6b6.tar.bz2
mageiawelcome-e7d7a644aeed1e0d2e99bbe78832d9d79b66a6b6.tar.xz
mageiawelcome-e7d7a644aeed1e0d2e99bbe78832d9d79b66a6b6.zip
Adjust text format to fix "Updates" translation.
-rw-r--r--src/ui.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui.py b/src/ui.py
index 7820a3e..4abeb72 100644
--- a/src/ui.py
+++ b/src/ui.py
@@ -556,9 +556,7 @@ class Updates(SlidePage):
content_label = QLabel(
_(
"Updates",
- "Mageia provides software which may be updated in order to fix bugs or security issues. It is highly recommended that you update your system regularly. \
-An Update icon will appear in your task bar when new updates are available. To run the updates, just click on the icon below and give your user password - or use the Software Manager (root password). \
-This is a background process and you will be able to use your computer normally during the updates.",
+ "Mageia provides software which may be updated in order to fix bugs or security issues. It is highly recommended that you update your system regularly. An Update icon will appear in your task bar when new updates are available. To run the updates, just click on the icon below and give your user password - or use the Software Manager (root password). This is a background process and you will be able to use your computer normally during the updates.",
)
)
content_label.setWordWrap(True)