From 4fce3e1fb8dfc0ef5de3c94bd51c2e5098f56e25 Mon Sep 17 00:00:00 2001 From: Christian Schwarzgruber Date: Sun, 29 Sep 2024 12:43:14 +0200 Subject: [PATCH] Fix typo in workspace directory chooser title --- prefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prefs.js b/prefs.js index 1cc83f08..5cdd1c58 100644 --- a/prefs.js +++ b/prefs.js @@ -641,7 +641,7 @@ class SettingsWidget { 'folder-open-symbolic', { action: Gtk.FileChooserAction.SELECT_FOLDER, - title: 'Select workspace background', + title: 'Select workspace directory', select_multiple: false, modal: true, transient_for: this.window.get_root(),