diff options
| author | Aurelian R <arusanu@gmail.com> | 2026-04-18 15:33:59 +0300 |
|---|---|---|
| committer | Aurelian R <arusanu@gmail.com> | 2026-04-18 15:33:59 +0300 |
| commit | e7d7a644aeed1e0d2e99bbe78832d9d79b66a6b6 (patch) | |
| tree | f5bfa75f2febaccd43da1f413025db86d6d86fd8 | |
| parent | 61d716d12d84b190f76981588fb537a25977ee4b (diff) | |
| download | mageiawelcome-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.py | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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) |
