We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876354a commit 0048ae2Copy full SHA for 0048ae2
1 file changed
src/application/ScenarioCanvasWidget.cpp
@@ -61,9 +61,9 @@ QString formatConnectionBlockTooltip(const safecrowd::domain::ConnectionBlockDra
61
return {};
62
}
63
64
- QString text = QStringLiteral("차단 스케줄");
+ QString text = QStringLiteral("Block schedule");
65
if (block.intervals.empty()) {
66
- text.append("\n- 항상 차단");
+ text.append("\n- Always");
67
return text;
68
69
0 commit comments