From ad1c15b7c11d779eec233edc5df8a1e1f874fd63 Mon Sep 17 00:00:00 2001 From: luke bonham Date: Tue, 11 Mar 2014 21:35:43 +0100 Subject: [PATCH] typos --- widgets/imap.lua | 2 +- widgets/yawn/localizations/zh_CN | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/widgets/imap.lua b/widgets/imap.lua index 39518bd..febff23 100644 --- a/widgets/imap.lua +++ b/widgets/imap.lua @@ -67,7 +67,7 @@ local function worker(args) widget = imap.widget settings() - if mailcount > helpers.get_map(mail) and mailcount >= 1 + if mailcount >= 1 and mailcount > helpers.get_map(mail) then if mailcount == 1 then nt = mail .. " has one new message" diff --git a/widgets/yawn/localizations/zh_CN b/widgets/yawn/localizations/zh_CN index 681bc60..20de61e 100644 --- a/widgets/yawn/localizations/zh_CN +++ b/widgets/yawn/localizations/zh_CN @@ -57,4 +57,4 @@ Hail|冰雹 Fog|雾 Foggy|有雾 Haze|薄雾 -Light|小 \ No newline at end of file +Light|小 -- 2.39.2