diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2005-02-20 00:08:22 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2005-02-20 00:08:22 +0000 |
commit | 3e816667526bebf7366e56ca9661c57b20dcb535 (patch) | |
tree | 61517cfef86ff23d72b190adc5a0c1bf240936b8 /src/common/weechat.h | |
parent | 6d0be7db4b417663ddc40c77978a354415dc82d7 (diff) | |
download | weechat-3e816667526bebf7366e56ca9661c57b20dcb535.zip |
Added DCC send
Diffstat (limited to 'src/common/weechat.h')
-rw-r--r-- | src/common/weechat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/weechat.h b/src/common/weechat.h index 16504a3d3..34f72dc4b 100644 --- a/src/common/weechat.h +++ b/src/common/weechat.h @@ -47,8 +47,8 @@ #define WEECHAT_COPYRIGHT_DATE "(c) 2003-2005" #define WEECHAT_WEBSITE "http://weechat.flashtux.org" -#define WEECHAT_ERROR _(PACKAGE_NAME " Error:") -#define WEECHAT_WARNING _(PACKAGE_NAME " Warning:") +#define WEECHAT_ERROR _("WeeChat Error:") +#define WEECHAT_WARNING _("WeeChat Warning:") /* log file */ |