Rename colour aqua to cyan in themes

This commit is contained in:
Veronica Berglyd Olsen
2025-06-03 17:30:13 +02:00
parent 82188d156b
commit 60b5f660e8
20 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -450,7 +450,7 @@ class nwLabels:
"orange": QT_TRANSLATE_NOOP("Constant", "Orange"),
"yellow": QT_TRANSLATE_NOOP("Constant", "Yellow"),
"green": QT_TRANSLATE_NOOP("Constant", "Green"),
"aqua": QT_TRANSLATE_NOOP("Constant", "Aqua"),
"cyan": QT_TRANSLATE_NOOP("Constant", "Cyan"),
"blue": QT_TRANSLATE_NOOP("Constant", "Blue"),
"purple": QT_TRANSLATE_NOOP("Constant", "Purple"),
}