diff options
author | Karol Kosek <krkk@krkk.ct8.pl> | 2021-08-07 22:44:18 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-14 15:20:21 +0200 |
commit | e2ad59ce06ee856b6bbff443b4e3a90f93093066 (patch) | |
tree | 34dfbf14d157a0ef48ddd384108ba8dd4de66291 /Userland/Applications/DisplaySettings/BackgroundSettings.gml | |
parent | 4d477824e0c2692af30625f6231558f168fe8469 (diff) | |
download | serenity-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.gml | 2 |
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 } |