Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus committed Nov 11, 2024
1 parent 5ad4cb0 commit 35383fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/labels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ pub struct FileDialogLabels {
pub show_hidden: String,
/// Text used for the option to show or hide system files.
pub show_system_files: String,

// ------------------------------------------------------------------------
// Left panel:
/// Heading of the "Pinned" sections in the left panel
Expand Down Expand Up @@ -131,7 +131,7 @@ impl Default for FileDialogLabels {
reload: "⟲ Reload".to_string(),
show_hidden: " Show hidden".to_string(),
show_system_files: " Show system files".to_string(),

heading_pinned: "Pinned".to_string(),
heading_places: "Places".to_string(),
heading_devices: "Devices".to_string(),
Expand Down Expand Up @@ -166,4 +166,4 @@ impl Default for FileDialogLabels {
err_file_exists: "A file with the name already exists".to_string(),
}
}
}
}

0 comments on commit 35383fd

Please sign in to comment.