From e2ad59ce06ee856b6bbff443b4e3a90f93093066 Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Sat, 7 Aug 2021 22:44:18 +0200 Subject: DisplaySettings: Remove the trailing dot from tooltip and window title --- Userland/Applications/DisplaySettings/BackgroundSettings.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Userland/Applications/DisplaySettings/BackgroundSettings.gml') 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 } -- cgit v1.2.3