Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Dec 2, 2019
1 parent fabb238 commit a7cba0d
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -863,7 +863,9 @@ void CellmlAnnotationViewMetadataEditDetailsWidget::linkHovered()
if (textContent.isEmpty()) {
linkToolTip = tr("Add Term");
} else {
linkToolTip = mUrls.contains(textContent)?tr("Look Up Resource"):tr("Look Up Id");
linkToolTip = mUrls.contains(textContent)?
tr("Look Up Resource"):
tr("Look Up Id");
}
}

Expand Down

0 comments on commit a7cba0d

Please sign in to comment.