From 07411630f245c01cfa3cf7ad40e3fa98f9916fba Mon Sep 17 00:00:00 2001 From: Steven Luo Date: Sun, 30 May 2010 00:16:32 -0700 Subject: [PATCH 1/1] Describe MicroB slightly more verbosely in the UI Emanuele Cassioli pointed out that users could potentially be unfamiliar with the name "MicroB", since it's not used in normally user-visible places. Rename the entry "MicroB (stock browser)" to hopefully help these users; better suggestions welcome. --- config-ui/browser-switchboard-cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-ui/browser-switchboard-cp.c b/config-ui/browser-switchboard-cp.c index f0f4e40..d4fcc8d 100644 --- a/config-ui/browser-switchboard-cp.c +++ b/config-ui/browser-switchboard-cp.c @@ -64,7 +64,7 @@ struct browser_entry { char *displayname; }; struct browser_entry browsers[] = { - { "microb", "MicroB" }, /* First entry is the default! */ + { "microb", "MicroB (stock browser)" }, /* First entry is the default! */ { "tear", "Tear" }, { "fennec", "Mobile Firefox (Fennec)" }, { "opera", "Opera Mobile" }, -- 1.7.9.5