From: Pekka Riikonen Date: Wed, 14 May 2014 14:50:33 +0000 (+0300) Subject: Small string and copyright updates. X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=612d995bceff5773730d9c27f330972c79f4fb3f Small string and copyright updates. --- diff --git a/apps/irssi/src/core/core.c b/apps/irssi/src/core/core.c index b9debbb5..ad99c4f1 100644 --- a/apps/irssi/src/core/core.c +++ b/apps/irssi/src/core/core.c @@ -167,8 +167,8 @@ static char *fix_path(const char *str) void core_register_options(void) { static GOptionEntry options[] = { - { "config", 0, 0, G_OPTION_ARG_STRING, &irssi_config_file, "Configuration file location (~/.irssi/config)", "PATH" }, - { "home", 0, 0, G_OPTION_ARG_STRING, &irssi_dir, "Irssi home dir location (~/.irssi)", "PATH" }, + { "config", 0, 0, G_OPTION_ARG_STRING, &irssi_config_file, "Configuration file location", "PATH" }, + { "home", 0, 0, G_OPTION_ARG_STRING, &irssi_dir, "SILC Client home dir location", "PATH" }, { NULL } }; diff --git a/apps/irssi/src/fe-common/silc/module-formats.c b/apps/irssi/src/fe-common/silc/module-formats.c index 2859b934..7743cc20 100644 --- a/apps/irssi/src/fe-common/silc/module-formats.c +++ b/apps/irssi/src/fe-common/silc/module-formats.c @@ -162,7 +162,7 @@ FORMAT_REC fecommon_silc_formats[] = { { "pubkey_mitm_attack", "It is also possible that someone is performing a man-in-the-middle attack", 0 }, { "pubkey_notkey", "Server did not return any public key", 0 }, { "pubkey_verified", "Verified successfully server {hilight $0} cached public key", 1, { 0 } }, - { "pubkey_verified_client", "Verified successfully user {hilight $0}'s ($1 $2) cached public key", 3, { 0, 0, 0 } }, + { "pubkey_verified_client", "Verified successfully {hilight $0}'s ($1 $2) cached public key", 3, { 0, 0, 0 } }, { "pubkey_notverified", "Could not verify $0 {hilight $1}'s public key", 2, { 0, 0 } }, /* Misc messages */ diff --git a/scripts/silcdoc/gen_index.php b/scripts/silcdoc/gen_index.php index f7c85358..6d90b963 100644 --- a/scripts/silcdoc/gen_index.php +++ b/scripts/silcdoc/gen_index.php @@ -43,7 +43,7 @@ -
Copyright © 2001 - 2007 SILC Project
+
Copyright © 2001 - 2014 SILC Project
SILC Project Website
SILC Toolkit Reference Manual
@@ -121,7 +121,7 @@ if ($type == 0) {
-
Copyright © 2001 - 2007 SILC Project
+
Copyright © 2001 - 2014 SILC Project
SILC Project Website
SILC Toolkit Reference Manual