diff options
| author | pecksin <78765996+pecksin@users.noreply.github.com> | 2021-06-20 11:20:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-20 17:20:24 +0200 |
| commit | 1805775f3d54043c3b1e75e47b9b85e3b12bab00 (patch) | |
| tree | 64037a771d4e7022fbae593d3ae775774fbba177 /po | |
| parent | e1b297a14baa8849711896677691a8d4fe855dcc (diff) | |
| download | dragonfireclient-1805775f3d54043c3b1e75e47b9b85e3b12bab00.tar.xz | |
Make chat web links clickable (#11092)
If enabled in minetest.conf, provides colored, clickable (middle-mouse or ctrl-left-mouse) weblinks in chat output, to open the OS' default web browser.
Diffstat (limited to 'po')
| -rw-r--r-- | po/minetest.pot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/po/minetest.pot b/po/minetest.pot index 4ed1e2434..53b706f5f 100644 --- a/po/minetest.pot +++ b/po/minetest.pot @@ -6551,3 +6551,12 @@ msgid "" "be queued.\n" "This should be lower than curl_parallel_limit." msgstr "" + +#: src/gui/guiChatConsole.cpp +msgid "Opening webpage" +msgstr "" + +#: src/gui/guiChatConsole.cpp +msgid "Failed to open webpage" +msgstr "" + |
