From: Steven Luo Date: Sun, 30 May 2010 07:16:32 +0000 (-0700) Subject: Describe MicroB slightly more verbosely in the UI X-Git-Tag: v3.3b1~6 X-Git-Url: http://git.maemo.org/git/?p=browser-switch;a=commitdiff_plain;h=07411630f245c01cfa3cf7ad40e3fa98f9916fba;hp=dd4ec633bf146b525016734d628eb00896008d89 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. --- 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" },