Git: Update string

Refer to "blame", not "annotate" since that is what we call the
action elsewhere.

Reviewed-by: Leena Miettinen
This commit is contained in:
Tobias Hunger
2010-10-14 17:00:28 +02:00
parent c5d5657c13
commit e419119bb9

View File

@@ -131,14 +131,14 @@
<item row="5" column="0" colspan="2">
<widget class="QCheckBox" name="omitAnnotationDataCheckBox">
<property name="text">
<string>Omit date from annotation output</string>
<string>Omit date from blame output</string>
</property>
</widget>
</item>
<item row="6" column="0" colspan="2">
<widget class="QCheckBox" name="spaceIgnorantBlameCheckBox">
<property name="text">
<string>Ignore whitespace changes in annotation and diff</string>
<string>Ignore whitespace changes in blame and diff</string>
</property>
</widget>
</item>