Fix typo in shader viewer menu item. Closes #2201

This commit is contained in:
baldurk
2021-03-08 16:45:05 +00:00
parent 24e958d688
commit dce2c62bde
+1 -1
View File
@@ -167,7 +167,7 @@ ShaderViewer::ShaderViewer(ICaptureContext &ctx, QWidget *parent)
QAction *dim = new QAction(tr("Texture Dimensions Global"), this);
QAction *mip = new QAction(tr("Selected Mip Global"), this);
QAction *slice = new QAction(tr("Seleted Array Slice / Cubemap Face Global"), this);
QAction *slice = new QAction(tr("Selected Array Slice / Cubemap Face Global"), this);
QAction *sample = new QAction(tr("Selected Sample Global"), this);
QAction *type = new QAction(tr("Texture Type Global"), this);
QAction *samplers = new QAction(tr("Point && Linear Samplers"), this);