Skip to content

Commit

Permalink
Improve English for "Ask in future" button (qarmin#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored and LJason77 committed Feb 20, 2021
1 parent 0ff9f67 commit 3add28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion czkawka_gui/src/connect_button_delete.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pub fn connect_button_delete(gui_data: &GuiData) {
if check_button_settings_confirm_deletion.get_active() {
let confirmation_dialog_delete = gtk::Dialog::with_buttons(Some("Delete confirmation"), Some(&window_main), gtk::DialogFlags::MODAL, &[("Ok", gtk::ResponseType::Ok), ("Close", gtk::ResponseType::Cancel)]);
let label: gtk::Label = gtk::Label::new(Some("Are you sure that you want to delete files?"));
let check_button: gtk::CheckButton = gtk::CheckButton::with_label("Ask in future");
let check_button: gtk::CheckButton = gtk::CheckButton::with_label("Ask next time");
check_button.set_active(true);

for widgets in confirmation_dialog_delete.get_children() {
Expand Down

0 comments on commit 3add28a

Please sign in to comment.