After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 552149 - Two strings that perhaps should be swapped and other minor typos in text.c
Two strings that perhaps should be swapped and other minor typos in text.c
Status: RESOLVED FIXED
Product: xchat-gnome
Classification: Other
Component: general
HEAD
Other Linux
: Normal trivial
: ---
Assigned To: xchat-gnome maintainers
xchat-gnome maintainers
Depends on:
Blocks: 602311
 
 
Reported: 2008-09-13 18:04 UTC by mjdevel
Modified: 2010-03-24 13:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to correct the typos (1.87 KB, patch)
2008-09-13 18:07 UTC, mjdevel
committed Details | Review

Description mjdevel 2008-09-13 18:04:37 UTC
[Copied from xchat-gnome/src/common/text.c] 

static char * const pevt_chanhop_help[] = {
        N_("The nick of the person who has been halfop'ed"),
        N_("The nick of the person who did the halfop'ing"),
};

[End of copy]

I am not completely sure because I don't know where these strings are used and for what, but I think they explain the meaning of $1, $2 in textevents.h:
{"Channel Half-Operator", pevt_chanhop_help, 2,
N_("-%C10-%C11-%O$t$1 gives channel half-operator status to $2")},

If so, the strings in the static char const above must be swapped.

And there are four "the person of did" that should be "person who did"

I am trying to make a patch with these corrections and adding some ...the person "who" did something to smooth expressions used.
Comment 1 mjdevel 2008-09-13 18:07:44 UTC
Created attachment 118673 [details] [review]
Patch to correct the typos
Comment 2 Christian Persch 2008-09-29 18:30:37 UTC
Let's commit this after 0.24.1 release (which is for Gnome 2.24.1), so translators get a bit more of string freeze time on xchat-gnome.
Comment 3 Christian Persch 2009-01-16 13:27:08 UTC
Please commit.