From e419119bb98af441df7a8c67c57330be3c1e6cb0 Mon Sep 17 00:00:00 2001 From: Tobias Hunger <tobias.hunger@nokia.com> Date: Thu, 14 Oct 2010 17:00:28 +0200 Subject: [PATCH] Git: Update string Refer to "blame", not "annotate" since that is what we call the action elsewhere. Reviewed-by: Leena Miettinen --- src/plugins/git/settingspage.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/git/settingspage.ui b/src/plugins/git/settingspage.ui index b474e19a080..386de3f01b1 100644 --- a/src/plugins/git/settingspage.ui +++ b/src/plugins/git/settingspage.ui @@ -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> -- GitLab