fix some texts

This commit is contained in:
Joachim Schmitz 2014-08-09 17:14:00 +02:00
parent 6413e68d2b
commit 97071efccf
3 changed files with 5 additions and 5 deletions

View file

@ -179,7 +179,7 @@ void TracksModel::reset(const MidiOperations::Opers &opers,
_values.push_back(QCoreApplication::translate("MIDI import operations", "128th"));
}
QString headerName() const { return QCoreApplication::translate(
"MIDI import operations", "Max quantization"); }
"MIDI import operations", "Max. quantization"); }
QVariant value(int trackIndex) const
{
return _values[(int)_opers.quantValue.value(trackIndex)];
@ -201,7 +201,7 @@ void TracksModel::reset(const MidiOperations::Opers &opers,
_values.push_back("4");
}
QString headerName() const { return QCoreApplication::translate(
"MIDI import operations", "Max voices"); }
"MIDI import operations", "Max. voices"); }
QVariant value(int trackIndex) const
{
return _values[(int)_opers.maxVoiceCount.value(trackIndex)];

View file

@ -75,7 +75,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Trailing</string>
<string>Trailing space</string>
</property>
</widget>
</item>
@ -132,7 +132,7 @@
</sizepolicy>
</property>
<property name="text">
<string>Leading</string>
<string>Leading space</string>
</property>
</widget>
</item>

View file

@ -24,7 +24,7 @@ static const char* labels[] = {
QT_TRANSLATE_NOOP("selectionfilter", "Other Line"),
QT_TRANSLATE_NOOP("selectionfilter", "Arpeggio"),
QT_TRANSLATE_NOOP("selectionfilter", "Glissando"),
QT_TRANSLATE_NOOP("selectionfilter", "Fret Diagram"),
QT_TRANSLATE_NOOP("selectionfilter", "Fretboard Diagram"),
QT_TRANSLATE_NOOP("selectionfilter", "Breath"),
QT_TRANSLATE_NOOP("selectionfilter", "Tremolo"),
QT_TRANSLATE_NOOP("selectionfilter", "Grace Notes")