Ship full-resolution WebP screenshots, drop em dashes everywhere

The screenshots were downscaled to 430 px wide, which made the UI text
blurry. Restore them at native 1292 px as lossless WebP, which is also
half the size of the original PNGs (72 KB against 155 KB for the largest).

Rewrite every em dash in prose, comments, docstrings and interface strings
as ordinary punctuation.
This commit is contained in:
yusufipk
2026-07-25 19:31:10 +07:00
parent efa8687b23
commit 011493a9bc
23 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ class Recorder(QObject):
frames = len(pcm) // (SAMPLE_WIDTH * CHANNELS)
if frames < MIN_FRAMES: # a stray keypress, not speech
self.failed.emit(t("Recording too short speak for at least 0.3 s"))
self.failed.emit(t("Recording too short, speak for at least 0.3 s"))
return
path = write_wav(pcm)