summaryrefslogtreecommitdiff
path: root/Userland/Applications/DisplaySettings/BackgroundSettings.gml
diff options
context:
space:
mode:
authorKarol Kosek <krkk@krkk.ct8.pl>2021-08-07 22:44:18 +0200
committerAndreas Kling <kling@serenityos.org>2021-08-14 15:20:21 +0200
commite2ad59ce06ee856b6bbff443b4e3a90f93093066 (patch)
tree34dfbf14d157a0ef48ddd384108ba8dd4de66291 /Userland/Applications/DisplaySettings/BackgroundSettings.gml
parent4d477824e0c2692af30625f6231558f168fe8469 (diff)
downloadserenity-e2ad59ce06ee856b6bbff443b4e3a90f93093066.zip
DisplaySettings: Remove the trailing dot from tooltip and window title
Diffstat (limited to 'Userland/Applications/DisplaySettings/BackgroundSettings.gml')
-rw-r--r--Userland/Applications/DisplaySettings/BackgroundSettings.gml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/DisplaySettings/BackgroundSettings.gml b/Userland/Applications/DisplaySettings/BackgroundSettings.gml
index cd593fcf33..125a2923d1 100644
--- a/Userland/Applications/DisplaySettings/BackgroundSettings.gml
+++ b/Userland/Applications/DisplaySettings/BackgroundSettings.gml
@@ -39,7 +39,7 @@
@GUI::Button {
name: "wallpaper_open_button"
- tooltip: "Select wallpaper from file system."
+ tooltip: "Select wallpaper from file system"
text: "Browse..."
shrink_to_fit: true
}