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:
DrSlony
2012-10-08 23:02:16 +01:00
parent 04df829906
commit 6e30863b95
8 changed files with 748 additions and 1964 deletions

View File

@@ -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")));