25 lines
954 B
Diff
25 lines
954 B
Diff
From 2c35b2f3ff077a2a43c64e908e89b26dde852091 Mon Sep 17 00:00:00 2001
|
|
Date: Thu, 16 Jan 2020 15:11:50 +0800
|
|
Subject: [PATCH] modify openeuler in welcome to lowercase
|
|
|
|
---
|
|
anaconda-29.24.7/pyanaconda/ui/gui/spokes/welcome.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/pyanaconda/ui/gui/spokes/welcome.py b/pyanaconda/ui/gui/spokes/welcome.py
|
|
index 2c60a6a..70213ec 100644
|
|
--- a/pyanaconda/ui/gui/spokes/welcome.py
|
|
+++ b/pyanaconda/ui/gui/spokes/welcome.py
|
|
@@ -248,7 +248,7 @@ class WelcomeLanguageSpoke(LangLocaleHandler, StandaloneSpoke):
|
|
languageEntry.set_placeholder_text(_(self._origStrings[languageEntry]))
|
|
|
|
# And of course, don't forget the underlying window.
|
|
- self.window.set_property("distribution", distributionText().upper())
|
|
+ self.window.set_property("distribution", distributionText())
|
|
self.window.retranslate()
|
|
|
|
# Retranslate the window title text
|
|
--
|
|
1.8.3.1
|
|
|