diff options
| author | hallgren <hallgren@chalmers.se> | 2012-05-28 16:42:02 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-05-28 16:42:02 +0000 |
| commit | 9e34a7f7fa462a5ec1333a364affde84b8e2d703 (patch) | |
| tree | ce5fe6f4be6310b664fa9b9fdc90e986f2bd2073 /src/www/translator/about.html | |
| parent | b19ae37d9c603dda1bb31b23059ef7b22bc887d8 (diff) | |
translator: better support for ambiguous translations
The translator picks "the first" translation by default, but the user can
choose among the generated translations from a popup menu.
Diffstat (limited to 'src/www/translator/about.html')
| -rw-r--r-- | src/www/translator/about.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/www/translator/about.html b/src/www/translator/about.html index 90885ed89..61c805d54 100644 --- a/src/www/translator/about.html +++ b/src/www/translator/about.html @@ -20,7 +20,8 @@ of segments that are translated independently. The user can add segments in the source language and obtain automatically translated segments in the target language. If an unsatisfactory automatic translation is obtained, the user can click on it and replace it with a manual translation. - +If multiple translations are obtained, one of them is shown by default and +the other ones are available in a popup menu. <p> The GF web service is used for automatic translation. The user picks which grammar to use from a menu of available grammars. Through menu options, @@ -51,7 +52,7 @@ closed and reopened later. <hr> <div class=modtime><small> -<!-- hhmts start --> Last modified: Sun May 27 17:56:48 CEST 2012 <!-- hhmts end --> +<!-- hhmts start --> Last modified: Mon May 28 18:36:10 CEST 2012 <!-- hhmts end --> </small></div> <address> <a href="http://www.cse.chalmers.se/~hallgren/">TH</a> |
