Revised the default language file following the RawTherapee Style Guide,
Updated "English (US)" and "English (UK)" files accordingly, removed "English file", Removed superfluous end-of-line whitespace from a few text files, The Partial Paste dialog had one label that wasn't its own, fixed.
This commit is contained in:
@@ -70,7 +70,7 @@ PartialPasteDlg::PartialPasteDlg (Glib::ustring title) {
|
||||
distortion = Gtk::manage (new Gtk::CheckButton (M("PARTIALPASTE_DISTORTION")));
|
||||
cacorr = Gtk::manage (new Gtk::CheckButton (M("PARTIALPASTE_CACORRECTION")));
|
||||
vignetting = Gtk::manage (new Gtk::CheckButton (M("PARTIALPASTE_VIGNETTING")));
|
||||
lcp = Gtk::manage (new Gtk::CheckButton (M("TP_LENSPROFILE_LABEL")));
|
||||
lcp = Gtk::manage (new Gtk::CheckButton (M("PARTIALPASTE_LENSPROFILE")));
|
||||
|
||||
// options in composition:
|
||||
coarserot = Gtk::manage (new Gtk::CheckButton (M("PARTIALPASTE_COARSETRANS")));
|
||||
|
Reference in New Issue
Block a user