Describe MicroB slightly more verbosely in the UI
authorSteven Luo <steven+maemo@steven676.net>
Sun, 30 May 2010 07:16:32 +0000 (00:16 -0700)
committerSteven Luo <steven+maemo@steven676.net>
Sun, 30 May 2010 07:16:32 +0000 (00:16 -0700)
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

index f0f4e40..d4fcc8d 100644 (file)
@@ -64,7 +64,7 @@ struct browser_entry {
        char *displayname;
 };
 struct browser_entry browsers[] = {
        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" },
        { "tear", "Tear" },
        { "fennec", "Mobile Firefox (Fennec)" },
        { "opera", "Opera Mobile" },