Misc. typos

Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt --skip="./rtdata/languages"`
This commit is contained in:
luz.paz
2018-03-24 19:42:08 -04:00
parent 45fcbe9052
commit b41fea1c6f
4 changed files with 5 additions and 5 deletions

View File

@@ -2215,7 +2215,7 @@ void Preferences::selectStartupDir ()
Gtk::FileChooserDialog dialog (getToplevelWindow (this), M ("PREFERENCES_DIRSELECTDLG"), Gtk::FILE_CHOOSER_ACTION_SELECT_FOLDER);
// dialog.set_transient_for(*this);
//Add response buttons the the dialog:
//Add response buttons to the dialog:
dialog.add_button (M ("GENERAL_CANCEL"), Gtk::RESPONSE_CANCEL);
dialog.add_button (M ("GENERAL_OPEN"), Gtk::RESPONSE_OK);

View File

@@ -284,7 +284,7 @@ void ProfilePanel::save_clicked (GdkEventButton* event)
dialog.add_shortcut_folder(imagePath);
} catch (Glib::Error&) {}
//Add response buttons the the dialog:
//Add response buttons to the dialog:
dialog.add_button(M("GENERAL_CANCEL"), Gtk::RESPONSE_CANCEL);
dialog.add_button(M("GENERAL_SAVE"), Gtk::RESPONSE_OK);
@@ -457,7 +457,7 @@ void ProfilePanel::load_clicked (GdkEventButton* event)
dialog.add_shortcut_folder(imagePath);
} catch (Glib::Error&) {}
//Add response buttons the the dialog:
//Add response buttons to the dialog:
dialog.add_button(M("GENERAL_CANCEL"), Gtk::RESPONSE_CANCEL);
dialog.add_button(M("GENERAL_OPEN"), Gtk::RESPONSE_OK);