mirror of
https://github.com/tnodir/fort
synced 2024-11-15 07:57:24 +00:00
UI: BlockedPage: Rename "Log..." to "Show...".
This commit is contained in:
parent
f7abe83f82
commit
e42c0c0be0
Binary file not shown.
@ -238,7 +238,7 @@
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../qml/pages/BlockedPage.qml" line="94"/>
|
<location filename="../qml/pages/BlockedPage.qml" line="94"/>
|
||||||
<source>Log Blocked Applications</source>
|
<source>Show Blocked Applications</source>
|
||||||
<translation>Показ блокированных приложений</translation>
|
<translation>Показ блокированных приложений</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
|
@ -91,7 +91,7 @@ BasePage {
|
|||||||
Switch {
|
Switch {
|
||||||
font.weight: Font.DemiBold
|
font.weight: Font.DemiBold
|
||||||
text: translationManager.dummyBool
|
text: translationManager.dummyBool
|
||||||
&& qsTranslate("qml", "Log Blocked Applications")
|
&& qsTranslate("qml", "Show Blocked Applications")
|
||||||
checked: firewallConf.logBlocked
|
checked: firewallConf.logBlocked
|
||||||
onToggled: {
|
onToggled: {
|
||||||
if (firewallConf.logBlocked === checked)
|
if (firewallConf.logBlocked === checked)
|
||||||
|
Loading…
Reference in New Issue
Block a user