Skip to content

Commit

Permalink
Fix typo in workspace directory chooser title (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtaala authored Oct 1, 2024
2 parents c568396 + 4fce3e1 commit 45eeb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 45eeb77

Please sign in to comment.