Perspectives icon indicating copy to clipboard operation
Perspectives copied to clipboard

Strings should not contain hardcoded browser names

Open daveschaefer opened this issue 11 years ago • 0 comments

There are several strings that contain the word "Firefox". But Perspectives also supports SeaMonkey, and we want to expand to support even more browsers in the future. So having these strings hard-coded is a bad UI.

We should either:

  1. Remove all 'Firefox' strings and substitute with something like the word "browser"
  2. Work in browser-aware detection so we can have the correct browser name shown programmatically.
  3. Ohher?

If we decide to always use the word 'browser' we should document this somewhere so developers can read it.

daveschaefer avatar Nov 03 '14 03:11 daveschaefer