diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2017-10-17 09:41:58 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2017-10-17 09:41:58 +0200 |
| commit | 4da15db9983f53be542147345c4ae355e8692656 (patch) | |
| tree | 0ca4ed89d3786da6f9ec72848bcaaed95c2195f4 /locales/master.lng.xlf | |
| parent | 34ca73d61b59b56a0654b9c948cdf597e1013c9e (diff) | |
Fixed search result Snapshots link.
Previously rendered as a broken URL containing the absolute file path of
a snapshot on the search server.
Now rendered as a valid URL linking to the /api/snapshot API to provide
available snapshot content. Snapshot format is selected among the
available ones in the following order of preference : JPG/PNG, PDF, and
XML.
Diffstat (limited to 'locales/master.lng.xlf')
| -rw-r--r-- | locales/master.lng.xlf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locales/master.lng.xlf b/locales/master.lng.xlf index d56331813..bc775a744 100644 --- a/locales/master.lng.xlf +++ b/locales/master.lng.xlf @@ -2172,7 +2172,7 @@ <source>View via Proxy</source> </trans-unit> <trans-unit id="43d1a9cb" xml:space="preserve" approved="no" translate="yes"> - <source>>Snapshots<</source> + <source>>JPG Snapshot<</source> </trans-unit> <trans-unit id="f5192903" xml:space="preserve" approved="no" translate="yes"> <source>"Raw ranking score value"</source> |
