~lrcshow-x/lrcshow-x/2-series

« back to all changes in this revision

Viewing changes to preferenceGeneral.py

  • Committer: sanfanling
  • Date: 2011-05-03 11:22:26 UTC
  • Revision ID: svn-v4:6b4cdcd9-ba42-0410-b79c-c560d7428300:lrcShow-X/branches/2-series/lrcShow-X:292
fix 2 string errors

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
                
26
26
                layout3 = QHBoxLayout(None)
27
27
                layout3.setContentsMargins(0, 5, 100, 0)
28
 
                self.embedLable = QLabel(_('Tag type of embedding lyrics to operation:'), self)
 
28
                self.embedLable = QLabel(_('Tag type of embedding lyrics to operate:'), self)
29
29
                self.comboBoxType = QComboBox(self)
30
30
                self.strTagList = ['id3v2-uslt', 'apetag', 'lyrics3v2', 'lyrics3v1', 'id3v2-sylt']
31
31
                tagTypeList = QStringList()