Changed triple dot to ellipsis
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Tue, 26 Oct 2021 05:35:47 +0000 (07:35 +0200)
committerGitHub <noreply@github.com>
Tue, 26 Oct 2021 05:35:47 +0000 (07:35 +0200)
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
src/gui/tray/UnifiedSearchInputContainer.qml

index eda93a11d8d34cf8a742d17324f4369c584184b6..2e9891bf00efaa8e88a161656711f2d750373a26 100644 (file)
@@ -20,7 +20,7 @@ TextField {
     leftPadding: trayWindowUnifiedSearchTextFieldSearchIcon.width + trayWindowUnifiedSearchTextFieldSearchIcon.anchors.leftMargin + textFieldHorizontalPaddingOffset
     rightPadding: trayWindowUnifiedSearchTextFieldClearTextButton.width + trayWindowUnifiedSearchTextFieldClearTextButton.anchors.rightMargin + textFieldHorizontalPaddingOffset
 
-    placeholderText: qsTr("Search files, messages, events...")
+    placeholderText: qsTr("Search files, messages, events")
 
     selectByMouse: true