From dd0b3c5692b2e7b77d60a2e8fc8dad7d1ee9b9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 4 Nov 2018 21:32:35 +0100 Subject: [PATCH] core: replace "web site" by "website" --- Contributing.adoc | 2 +- doc/de/weechat_user.de.adoc | 2 +- doc/en/weechat_dev.en.adoc | 2 +- doc/en/weechat_user.en.adoc | 2 +- doc/it/weechat_user.it.adoc | 2 +- doc/ja/weechat_user.ja.adoc | 2 +- doc/pl/weechat_user.pl.adoc | 2 +- src/plugins/irc/irc-ctcp.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Contributing.adoc b/Contributing.adoc index 68912a267..b4cdc551d 100644 --- a/Contributing.adoc +++ b/Contributing.adoc @@ -65,7 +65,7 @@ instead. == Translations Pull requests on GitHub for fixes or new translations are welcome at any -time, for https://github.com/weechat/weechat[WeeChat] and the web site +time, for https://github.com/weechat/weechat[WeeChat] and the website https://github.com/weechat/weechat.org[weechat.org]. To start a translation in a new language (not yet supported), please look at diff --git a/doc/de/weechat_user.de.adoc b/doc/de/weechat_user.de.adoc index b5636e093..fd8465d7f 100644 --- a/doc/de/weechat_user.de.adoc +++ b/doc/de/weechat_user.de.adoc @@ -3247,7 +3247,7 @@ One-time passwords can be generated with applications, for example: * FreeOTP: https://play.google.com/store/apps/details?id=org.fedorahosted.freeotp[Android], https://itunes.apple.com/fr/app/freeotp-authenticator/id872559395[iOS] - (https://freeotp.github.io/[web site]) + (https://freeotp.github.io/[website]) * Google Authenticator: https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2[Android], https://itunes.apple.com/fr/app/google-authenticator/id388497605[iOS] diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 98e374a1e..3d8e6b88e 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -43,7 +43,7 @@ scripts:: the _official_ scripts submitted on weechat.org weechat.org:: - source of WeeChat web site: https://weechat.org/ + source of WeeChat website: https://weechat.org/ weercd:: IRC testing server diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 361c452b7..334eaf7b6 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -3174,7 +3174,7 @@ One-time passwords can be generated with applications, for example: * FreeOTP: https://play.google.com/store/apps/details?id=org.fedorahosted.freeotp[Android], https://itunes.apple.com/fr/app/freeotp-authenticator/id872559395[iOS] - (https://freeotp.github.io/[web site]) + (https://freeotp.github.io/[website]) * Google Authenticator: https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2[Android], https://itunes.apple.com/fr/app/google-authenticator/id388497605[iOS] diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index ed973e96d..afff4e5b6 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -3387,7 +3387,7 @@ One-time passwords can be generated with applications, for example: * FreeOTP: https://play.google.com/store/apps/details?id=org.fedorahosted.freeotp[Android], https://itunes.apple.com/fr/app/freeotp-authenticator/id872559395[iOS] - (https://freeotp.github.io/[web site]) + (https://freeotp.github.io/[website]) * Google Authenticator: https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2[Android], https://itunes.apple.com/fr/app/google-authenticator/id388497605[iOS] diff --git a/doc/ja/weechat_user.ja.adoc b/doc/ja/weechat_user.ja.adoc index 5b3c92bd9..13b30af70 100644 --- a/doc/ja/weechat_user.ja.adoc +++ b/doc/ja/weechat_user.ja.adoc @@ -3169,7 +3169,7 @@ One-time passwords can be generated with applications, for example: * FreeOTP: https://play.google.com/store/apps/details?id=org.fedorahosted.freeotp[Android], https://itunes.apple.com/fr/app/freeotp-authenticator/id872559395[iOS] - (https://freeotp.github.io/[web site]) + (https://freeotp.github.io/[website]) * Google Authenticator: https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2[Android], https://itunes.apple.com/fr/app/google-authenticator/id388497605[iOS] diff --git a/doc/pl/weechat_user.pl.adoc b/doc/pl/weechat_user.pl.adoc index e17a050a6..8ee7798a1 100644 --- a/doc/pl/weechat_user.pl.adoc +++ b/doc/pl/weechat_user.pl.adoc @@ -3200,7 +3200,7 @@ One-time passwords can be generated with applications, for example: * FreeOTP: https://play.google.com/store/apps/details?id=org.fedorahosted.freeotp[Android], https://itunes.apple.com/fr/app/freeotp-authenticator/id872559395[iOS] - (https://freeotp.github.io/[web site]) + (https://freeotp.github.io/[website]) * Google Authenticator: https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2[Android], https://itunes.apple.com/fr/app/google-authenticator/id388497605[iOS] diff --git a/src/plugins/irc/irc-ctcp.c b/src/plugins/irc/irc-ctcp.c index 112e842cb..9dc7ebe62 100644 --- a/src/plugins/irc/irc-ctcp.c +++ b/src/plugins/irc/irc-ctcp.c @@ -424,7 +424,7 @@ irc_ctcp_replace_variables (struct t_irc_server *server, const char *format) } /* - * $site: WeeChat web site, example: + * $site: WeeChat website, example: * https://weechat.org/ */ info = weechat_info_get ("weechat_site", "");