mirror of
https://github.com/tnodir/fort
synced 2024-11-15 05:36:09 +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>
|
||||
<location filename="../qml/pages/BlockedPage.qml" line="94"/>
|
||||
<source>Log Blocked Applications</source>
|
||||
<source>Show Blocked Applications</source>
|
||||
<translation>Показ блокированных приложений</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -91,7 +91,7 @@ BasePage {
|
||||
Switch {
|
||||
font.weight: Font.DemiBold
|
||||
text: translationManager.dummyBool
|
||||
&& qsTranslate("qml", "Log Blocked Applications")
|
||||
&& qsTranslate("qml", "Show Blocked Applications")
|
||||
checked: firewallConf.logBlocked
|
||||
onToggled: {
|
||||
if (firewallConf.logBlocked === checked)
|
||||
|
Loading…
Reference in New Issue
Block a user