~ubuntu-branches/ubuntu/lucid/ktorrent/lucid

« back to all changes in this revision

Viewing changes to ktorrent/torrentmigratordlg.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-12-08 19:17:41 UTC
  • mfrom: (1.2.1 upstream) (0.7.12 sid)
  • Revision ID: james.westby@ubuntu.com-20091208191741-lqlq0xvnlv8ki19u
Tags: 3.3.1+dfsg.1-1ubuntu1
* Merge with Debian Testing remaining changes:
  - Build-depend directly on libboost-serialization1.40-dev since
    libboost-serialization-dev from boost-defaults is not in Main
  - Add in rules: include /usr/lib/kubuntu-desktop-i18n/debhelper/kubuntu.mk
  - Don't use dpkg-source 3.0 format
  - Add quilt to build-depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
                        m_progress_bar->setValue(++idx);
108
108
                }
109
109
                
110
 
                m_text_output->append(i18n("Finished import !"));
 
110
                m_text_output->append(i18n("Finished import."));
111
111
                m_progress_bar->setRange(0,100);
112
112
                m_progress_bar->setValue(100);
113
113
                m_close_button->setEnabled(true);
142
142
                                bt::TorrentInterface* ti = *i;
143
143
                                if (info_hash == ti->getInfoHash())
144
144
                                {
145
 
                                        m_text_output->append(i18n("Torrent <b>%1</b> already loaded !",tor));
 
145
                                        m_text_output->append(i18n("Torrent <b>%1</b> already loaded.",tor));
146
146
                                        return;
147
147
                                }
148
148
                        }