diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2017-11-27 16:00:23 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2017-11-27 16:00:23 -0600 |
| commit | 21a9bfb5e4c7b7c1bbfe4fb1b97c8714847c41d1 (patch) | |
| tree | 93f34b821eec37a0eea640d9e81906cfe10eddd8 /components | |
| parent | ca7113146315bb82238a3e88a83c623042cc16c9 (diff) | |
| parent | 8e1f1dbf0562eb36d0b4d1599da35b4be25516f7 (diff) | |
| download | monzero-gui-21a9bfb5e4c7b7c1bbfe4fb1b97c8714847c41d1.tar.gz monzero-gui-21a9bfb5e4c7b7c1bbfe4fb1b97c8714847c41d1.tar.xz monzero-gui-21a9bfb5e4c7b7c1bbfe4fb1b97c8714847c41d1.zip | |
Merge pull request #968
8e1f1db Rename tx privacy Normal setting to Default
Diffstat (limited to 'components')
| -rw-r--r-- | components/TickDelegate.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/TickDelegate.qml b/components/TickDelegate.qml index 4e9789a4..7485dcc5 100644 --- a/components/TickDelegate.qml +++ b/components/TickDelegate.qml @@ -52,7 +52,7 @@ Item { font.pixelSize: 12 * scaleRatio color: "#4A4949" text: { - if(currentIndex === 0) return qsTr("Normal") + translationManager.emptyString + if(currentIndex === 0) return qsTr("Default") + translationManager.emptyString if(currentIndex === 13) return qsTr("High") + translationManager.emptyString return "" } |
