summaryrefslogtreecommitdiff
path: root/shell/shell.c
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-04-22 12:03:21 +0200
committerhwspeedy <ns@bigbear.dk>2024-04-22 12:03:21 +0200
commitabf8fabf4df677a1fbf58e4955d1cc08eace48d2 (patch)
tree6cf3518225d2f029fd47015281d7c2ae0e11ab82 /shell/shell.c
parentfa159902ad0c05634c18b4e46830e6df7ecb0b5d (diff)
FIX Spelling hardinfo->hardinfo2, fixup translations for h->h2
Diffstat (limited to 'shell/shell.c')
-rw-r--r--shell/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/shell.c b/shell/shell.c
index f9aeb0c3..36d89b75 100644
--- a/shell/shell.c
+++ b/shell/shell.c
@@ -704,7 +704,7 @@ gboolean hardinfo_link(const gchar *uri) {
* TODO: In the future, links could be used to
* jump to different pages in hardinfo.
*
- * if (g_str_has_prefix(uri, "hardinfo:")) {
+ * if (g_str_has_prefix(uri, "hardinfo2:")) {
* hardinfo_navigate(g_utf8_strchr(uri, strlen("hardinfo2"), ':') + 1);
* return TRUE;
* }