~ubuntu-branches/ubuntu/intrepid/digikam/intrepid

« back to all changes in this revision

Viewing changes to digikam/utilities/setup/setupmetadata.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2008-07-17 20:25:39 UTC
  • mfrom: (1.2.15 upstream) (3.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080717202539-6n7dtirbkoo7qvhd
Tags: 2:0.9.4-1
* New upstream release
  - digiKam 0.9.4 Release Plan (KDE3) ~ 13 July 08 (Closes: #490144)
* DEB_CONFIGURE_EXTRA_FLAGS := --without-included-sqlite3
* Debhelper compatibility level V7
* Install pixmaps in debian/*.install
* Add debian/digikam.lintian-overrides

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
    d->savePhotographerIdIptcBox = new QCheckBox(IptcGroup);
114
114
    d->savePhotographerIdIptcBox->setText(i18n("&Save default photographer identity as tags"));
115
115
    QWhatsThis::add( d->savePhotographerIdIptcBox, i18n("<p>Turn this option on to store the default "
116
 
                                                        "photographer identity into the IPTC tags. You can set this "
 
116
                                                        "photographer identity in the IPTC tags. You can set this "
117
117
                                                        "value in the Identity setup page."));
118
118
 
119
119
    d->saveCreditsIptcBox = new QCheckBox(IptcGroup);
120
120
    d->saveCreditsIptcBox->setText(i18n("&Save default credit and copyright identity as tags"));
121
121
    QWhatsThis::add( d->saveCreditsIptcBox, i18n("<p>Turn this option on to store the default "
122
 
                                                 "credit and copyright identity into the IPTC tags. "
 
122
                                                 "credit and copyright identity in the IPTC tags. "
123
123
                                                 "You can set this value in the Identity setup page."));
124
124
 
125
125
    // --------------------------------------------------------
129
129
    d->saveCommentsBox = new QCheckBox(commonGroup);
130
130
    d->saveCommentsBox->setText(i18n("&Save image captions as embedded text"));
131
131
    QWhatsThis::add( d->saveCommentsBox, i18n("<p>Turn this option on to store image captions "
132
 
                                              "into the JFIF section, EXIF tag, and IPTC tag."));
 
132
                                              "in the JFIF section, EXIF tag, and IPTC tag."));
133
133
 
134
134
    d->saveDateTimeBox = new QCheckBox(commonGroup);
135
 
    d->saveDateTimeBox->setText(i18n("&Save image timestamp as tags"));
 
135
    d->saveDateTimeBox->setText(i18n("&Save image timestamps as tags"));
136
136
    QWhatsThis::add( d->saveDateTimeBox, i18n("<p>Turn this option on to store the image date and time "
137
 
                                              "into the EXIF and IPTC tags."));
 
137
                                              "in the EXIF and IPTC tags."));
138
138
 
139
139
    d->saveRatingBox = new QCheckBox(commonGroup);
140
140
    d->saveRatingBox->setText(i18n("&Save image rating as tags"));
141
141
    QWhatsThis::add( d->saveRatingBox, i18n("<p>Turn this option on to store the image rating "
142
 
                                            "into EXIF tag and IPTC <i>Urgency</i> tag."));
 
142
                                            "in the EXIF tag and IPTC <i>Urgency</i> tag."));
143
143
 
144
144
    // --------------------------------------------------------
145
145