1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-25 07:32:36 +01:00

wmaker: Fix typos (used codespell).

This commit is contained in:
Doug Torrance
2016-01-17 15:47:49 -05:00
committed by Carlos R. Mafra
parent e5632a9120
commit 42e4069541
16 changed files with 23 additions and 23 deletions

View File

@@ -1629,7 +1629,7 @@ int wShowCrashingDialogPanel(int whatSig)
WMMoveWidget(panel->note2L, 10, 130);
WMSetLabelTextAlignment(panel->note2L, WALeft);
snprintf(buf, sizeof(buf), /* Comment for the PO file: the %s is an email address */
_(" This fatal error occured probably due to a bug."
_(" This fatal error occurred probably due to a bug."
" Please fill the included BUGFORM and report it to %s."),
PACKAGE_BUGREPORT);
WMSetLabelText(panel->note2L, buf);