#14615 closed defect (bug) (invalid)
Browse button, language switch, German edition
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.0 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
I had installed the German Wordpress edition, but then have the language changed to original (define ('WPLANG', 'en-US')); in the wp-config.php file. However, one "crumb" remained which is the "Browse" button that occurs e.g. in the Media upload dialog box. It remained German "Durchsuchen" but also occurs whereever this function is called (e.g. plugins).
Change History (2)
Note: See
TracTickets for help on using
tickets.
“Durchsuchen” comes from your browser; it is not a WordPress string. :-)
That is, that button speaks the language of the browser’s interface. So, for example, if your browser’s interface was in English, the button would say “Browse” regardless of WordPress’s language.