Skip to content

Commit 08e10b0

Browse files
committed
Fix typo in button tooltip
1 parent abd06a8 commit 08e10b0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

qrenderdoc/Windows/ShaderViewer.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -940,8 +940,7 @@ void ShaderViewer::debugShader(const ShaderReflection *shader, ResourceId pipeli
940940
QAction *act;
941941

942942
act = MakeExecuteAction(tr("&Run forwards"), Icons::control_end_blue(),
943-
tr("Run forwards to the start of the shader"),
944-
QKeySequence(Qt::Key_F5));
943+
tr("Run forwards to the end of the shader"), QKeySequence(Qt::Key_F5));
945944

946945
QObject::connect(act, &QAction::triggered, [this]() { runTo(~0U, true); });
947946
forwardsMenu->addAction(act);

0 commit comments

Comments
 (0)