]> git.ipfire.org Git - thirdparty/gcc.git/commit
gccrs: Fix translation mistakes 2023 in GCC/Rust [PR108890]
authorTieWay59 <tieway59@foxmail.com>
Wed, 19 Apr 2023 06:07:34 +0000 (14:07 +0800)
committerArthur Cohen <arthur.cohen@embecosm.com>
Tue, 16 Jan 2024 17:34:11 +0000 (18:34 +0100)
commit747d9a92ddb74fa7ba1bb6ca0079abd5eaa38791
tree96231bbeaf34f52a0c4c6e11361ce4089924e102
parent27f298c1dd820de9c441eedc3f3ad519da1dea8e
gccrs: Fix translation mistakes 2023 in GCC/Rust [PR108890]

In https://gcc.gnu.org/PR108890 "Translation mistakes 2023"
@rillig lists several issues with GCC/Rust diagnostics and
option help texts (but also a few non-GCC/Rust).

This commit fix mistakes only related to GCC/Rust,
specifically to the file `gcc/rust/lang.opt`.

closes https://github.com/Rust-GCC/gccrs/issues/1916

PR translation/108890
gcc/rust/
* lang.opt: Fix translation mistakes 2023 in
GCC/Rust [PR108890]
(line 67): change the inconsistent tab to spaces
(line 75): wrap bare placeholder `integer`
(line 79): remove redundant text of `Choose which`
(line 96): remove redundant text of `Choose which`
(line 112): remove redundant `Flag to`
(line 124): correct the exclusive term `When to stop`
(line 124): correct typo of `copimlation`

Signed-off-by: Tieway59 <tieway59@foxmail.com>
gcc/rust/lang.opt