diff options
author | Ineiev <[email protected]> | 2016-03-04 16:00:51 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2016-09-20 01:16:21 +0000 |
commit | 825c1dfb3ee4c1704f42eaf064161b9731c20134 (patch) | |
tree | a2980d2c50356ec7d99c5edd0f8698063401852f /doc/tools.texi | |
parent | doc: Use the right reference commands. (diff) | |
download | gnupg-825c1dfb3ee4c1704f42eaf064161b9731c20134.tar.gz gnupg-825c1dfb3ee4c1704f42eaf064161b9731c20134.zip |
doc: Eliminate inconsistent UK English.
* doc/dirmngr.texi, doc/gpg-agent.texi, doc/scdaemon.texi,
doc/tools.texi: Fix.
Diffstat (limited to 'doc/tools.texi')
-rw-r--r-- | doc/tools.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index d6e130f17..1cb992eb1 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -422,8 +422,8 @@ is de-escaped by replacing all occurrences of @code{%XY} by the byte that has the hexadecimal value @code{XY}. @code{X} and @code{Y} are from the set @code{0-9a-f}. -@item localised -Some fields contain strings that are described to be @emph{localised}. +@item localized +Some fields contain strings that are described to be @emph{localized}. Such strings are translated to the active language and formatted in the active character set. @@ -804,7 +804,7 @@ error and abort the operation. @item argname This field is only defined for options with an argument type @var{type} that is not @code{0}. In this case it may contain a -@emph{percent-escaped} and @emph{localised string} that gives a short +@emph{percent-escaped} and @emph{localized string} that gives a short name for the argument. The field may also be empty, though, in which case a short name is not known. |