diff options
author | Timo Sirainen <cras@irssi.org> | 2001-08-13 22:01:38 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-08-13 22:01:38 +0000 |
commit | 78b1e8d9d6223b6444e074c8dcf27a71b13ad6a5 (patch) | |
tree | dd03a0b356d44fc18fa658d4eacb995fa6237b91 /src | |
parent | 85862082b345cd4a12a3dc8f9e9e4d0326852729 (diff) | |
download | irssi-78b1e8d9d6223b6444e074c8dcf27a71b13ad6a5.zip |
"IRC Net" -> "Network" in /SERVER LIST and /CHANNEL LIST
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1746 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-common/core/module-formats.c | 2 | ||||
-rw-r--r-- | src/fe-common/irc/module-formats.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index b9d13d6f..46fe4de0 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -107,7 +107,7 @@ FORMAT_REC fecommon_core_formats[] = { { "chansetup_not_found", "Channel {channel $0} not found", 2, { 0, 0 } }, { "chansetup_added", "Channel {channel $0} saved", 2, { 0, 0 } }, { "chansetup_removed", "Channel {channel $0} removed", 2, { 0, 0 } }, - { "chansetup_header", "Channel IRC net Password Settings", 0 }, + { "chansetup_header", "Channel Network Password Settings", 0 }, { "chansetup_line", "{channel $[15]0} %|$[10]1 $[10]2 $3", 4, { 0, 0, 0, 0 } }, { "chansetup_footer", "", 0 }, { "channel_move_notify", "{channel $0} is already joined in window $1, use \"/WINDOW ITEM MOVE $0\" to move it to this window", 2, { 0, 1 } }, diff --git a/src/fe-common/irc/module-formats.c b/src/fe-common/irc/module-formats.c index 2cae6518..4fd20640 100644 --- a/src/fe-common/irc/module-formats.c +++ b/src/fe-common/irc/module-formats.c @@ -41,7 +41,7 @@ FORMAT_REC fecommon_irc_formats[] = { { "ircnet_header", "Ircnets:", 0 }, { "ircnet_line", "$0: $1", 2, { 0, 0 } }, { "ircnet_footer", "", 0 }, - { "setupserver_header", "Server Port IRC Net Settings", 0 }, + { "setupserver_header", "Server Port Network Settings", 0 }, { "setupserver_line", "%|$[!20]0 $[5]1 $[10]2 $3", 4, { 0, 1, 0, 0 } }, { "setupserver_footer", "", 0 }, |