UI: BlockedPage: Rename "Log..." to "Show...".

This commit is contained in:
Nodir Temirkhodjaev 2018-01-15 16:45:55 +05:00
parent f7abe83f82
commit e42c0c0be0
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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>

View File

@ -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)