Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37860591
en ru br
Репозитории ALT

Группа :: Графические оболочки/KDE
Пакет: kde5-network-filesharing

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: alt-i18n.patch
Скачать


--- a/samba/filepropertiesplugin/qml/ACLPage.qml~
+++ b/samba/filepropertiesplugin/qml/ACLPage.qml
@@ -196,7 +196,7 @@ when the Share access rules would allow
                         QQC2.Label {
                             Layout.fillWidth: true
                             visible: !combo.visible
-                            text: display === undefined ? "" : display
+                            text: (display === undefined || display == "Everyone") ? (display === undefined ? "": i18n("Everyone")) : display
                             elide: Text.ElideMiddle
                         }
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin