diff options
Diffstat (limited to 'gas/config/tc-tic30.c')
-rw-r--r-- | gas/config/tc-tic30.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-tic30.c b/gas/config/tc-tic30.c index 7dea5d7..570c833 100644 --- a/gas/config/tc-tic30.c +++ b/gas/config/tc-tic30.c @@ -34,7 +34,7 @@ static char operand_special_chars[] = "%$-+(,)*._~/<>&^!:[@]"; static char *ordinal_names[] = { - "first", "second", "third", "fourth", "fifth" + N_("first"), N_("second"), N_("third"), N_("fourth"), N_("fifth") }; const char comment_chars[] = ";"; |