mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 22:28:02 +01:00
Renamed "Aperçu" into "Mini-Preview" in visible places
Having an thing whose name requires special UTF-8 character to be properly displayed is a source of portability problem (including xgettext issue reported by Alwin); Considering also that this french word is only understood (sparesely) in Great Britain, but not by international english speaking community; This patch then replace it by the "Mini-Preview" suggested by Yuri Tarasievich, which is more likely to be understood. Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
This commit is contained in:
committed by
Carlos R. Mafra
parent
e78e485fb3
commit
35fe34ac85
@@ -1151,7 +1151,7 @@ void wIconifyWindow(WWindow *wwin)
|
||||
set_icon_apercu(wwin->icon, apercu);
|
||||
RReleaseImage(apercu);
|
||||
} else {
|
||||
wwarning("window apercu creation failed");
|
||||
wwarning(_("window mini-preview creation failed"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user