mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Added tr( ... ) around a string.
This commit is contained in:
parent
9dda334f34
commit
478275479f
@ -1743,7 +1743,7 @@ void gGraphView::mouseMoveEvent(QMouseEvent *event)
|
|||||||
if (x >= titleWidth + 10) {
|
if (x >= titleWidth + 10) {
|
||||||
this->setCursor(Qt::ArrowCursor);
|
this->setCursor(Qt::ArrowCursor);
|
||||||
} else {
|
} else {
|
||||||
m_tooltip->display("Double click title to pin / unpin\nClick and drag to reorder graphs", x + 10, y, TT_AlignLeft);
|
m_tooltip->display(tr("Double click title to pin / unpin\nClick and drag to reorder graphs"), x + 10, y, TT_AlignLeft);
|
||||||
timedRedraw(0);
|
timedRedraw(0);
|
||||||
|
|
||||||
this->setCursor(Qt::OpenHandCursor);
|
this->setCursor(Qt::OpenHandCursor);
|
||||||
|
Loading…
Reference in New Issue
Block a user