diff options
author | torhus <torhu@yahoo.com> | 2017-08-19 20:48:50 +0200 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2017-08-19 16:49:30 -0400 |
commit | 281038e725e05e8373e11f8edcbcbfc746e1427d (patch) | |
tree | cda1a60a3a8593bbac94f5963a8c98ede2137c92 /src/common | |
parent | da0635c960abba59bb592ce67230daca75352773 (diff) |
UI text consistency, capitalization etc.
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/hexchat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c index 1c5adeb2..a878f009 100644 --- a/src/common/hexchat.c +++ b/src/common/hexchat.c @@ -935,7 +935,7 @@ xchat_init (void) _("Kick"), _("bye"), _("Enter reason to kick %s:"), - _("Sendfile"), + _("Send File"), _("Dialog")); list_loadconf ("buttons.conf", &button_list, buf); |