From 621aeefbaec0a2a19353b09c3cec588652595c92 Mon Sep 17 00:00:00 2001 From: naisudev <33034122+naisudev@users.noreply.github.com> Date: Mon, 30 Oct 2017 22:19:36 +0200 Subject: [PATCH] on your browser -> in your browser (wiki) --- interface/interface.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/interface.dm b/interface/interface.dm index 8df28a62371..eb99b7dd0fd 100644 --- a/interface/interface.dm +++ b/interface/interface.dm @@ -1,7 +1,7 @@ //Please use mob or src (not usr) in these procs. This way they can be called in the same fashion as procs. /client/verb/wiki(query as text) set name = "wiki" - set desc = "Type what you want to know about. This will open the wiki on your web browser." + set desc = "Type what you want to know about. This will open the wiki in your web browser." set hidden = 1 if(config.wikiurl) if(query)