|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
From 95a54e7fd1d20bfa980e6dc3caab6cc7762d683b Mon Sep 17 00:00:00 2001
|
|
|
|
|
From 773a0d57681eb40d6e30e7e3d58443b51df8f172 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: tigro <tigro@msvsphere-os.ru>
|
|
|
|
|
Date: Tue, 19 Dec 2023 13:42:28 +0300
|
|
|
|
|
Subject: [PATCH 9/9] MSVSphere Adaptation Patch - Debranding - Update Russian
|
|
|
|
@ -746,7 +746,7 @@ index 05c0e11..9e85c09 100644
|
|
|
|
|
- return _("Red Hat CDN")
|
|
|
|
|
+ return _("MSVSphere CDN")
|
|
|
|
|
diff --git a/pyanaconda/product.py b/pyanaconda/product.py
|
|
|
|
|
index 0f3e248..bc34d1d 100644
|
|
|
|
|
index 0f3e248..cb43f44 100644
|
|
|
|
|
--- a/pyanaconda/product.py
|
|
|
|
|
+++ b/pyanaconda/product.py
|
|
|
|
|
@@ -19,6 +19,7 @@
|
|
|
|
@ -865,7 +865,7 @@ index 1044d9b..ba4c5ec 100644
|
|
|
|
|
if not self.ready:
|
|
|
|
|
return _("Installation source not set up")
|
|
|
|
|
diff --git a/pyanaconda/ui/gui/spokes/storage.py b/pyanaconda/ui/gui/spokes/storage.py
|
|
|
|
|
index 1dc4aed..5b535a7 100644
|
|
|
|
|
index 1dc4aed..e502e68 100644
|
|
|
|
|
--- a/pyanaconda/ui/gui/spokes/storage.py
|
|
|
|
|
+++ b/pyanaconda/ui/gui/spokes/storage.py
|
|
|
|
|
@@ -174,10 +174,10 @@ class NeedSpaceDialog(InstallOptionsDialogBase):
|
|
|
|
@ -873,7 +873,7 @@ index 1dc4aed..5b535a7 100644
|
|
|
|
|
|
|
|
|
|
label_text = _("<b>You don't have enough space available to install "
|
|
|
|
|
- "%s</b>. You can shrink or remove existing partitions "
|
|
|
|
|
+ "%s(name)</b>. You can shrink or remove existing partitions "
|
|
|
|
|
+ "%(name)s</b>. You can shrink or remove existing partitions "
|
|
|
|
|
"via our guided reclaim space tool, or you can adjust your "
|
|
|
|
|
"partitions on your own in the custom partitioning "
|
|
|
|
|
- "interface.") % escape_markup(productName)
|
|
|
|
|