aboutsummaryrefslogtreecommitdiff
path: root/components/NetworkStatusItem.qml
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-03-11 20:31:02 +0100
committerRiccardo Spagni <ric@spagni.net>2017-03-11 20:31:02 +0100
commitb0d0974561ad8bf4aa574ca03e299090103ae5d5 (patch)
tree99fb650f02edc61223d494e78d9c96d3ce837431 /components/NetworkStatusItem.qml
parentfd4619628cf0e87cc6e06b44b6a9193fb8af2218 (diff)
parentc45cc3de416858a0674af36975003e3dee53afe3 (diff)
downloadmonzero-gui-b0d0974561ad8bf4aa574ca03e299090103ae5d5.tar.gz
monzero-gui-b0d0974561ad8bf4aa574ca03e299090103ae5d5.tar.xz
monzero-gui-b0d0974561ad8bf4aa574ca03e299090103ae5d5.zip
Merge pull request #550
c45cc3d enabled translations in some places (kenshi84) 6364530 updated Japanese translation (kenshi84)
Diffstat (limited to 'components/NetworkStatusItem.qml')
-rw-r--r--components/NetworkStatusItem.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/NetworkStatusItem.qml b/components/NetworkStatusItem.qml
index 7b0187b4..5ba77585 100644
--- a/components/NetworkStatusItem.qml
+++ b/components/NetworkStatusItem.qml
@@ -82,7 +82,7 @@ Row {
font.family: "Arial"
font.pixelSize: 12
color: "#545454"
- text: qsTr("Network status")
+ text: qsTr("Network status") + translationManager.emptyString
}
Text {