Skip to content

Commit

Permalink
Socks -> SOCKS (#393)
Browse files Browse the repository at this point in the history
This is a standardised protocol name that is always capitalised.
  • Loading branch information
davidmhewitt authored Jan 23, 2024
1 parent 07f755f commit 583f5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/Proxy/ProxyConfigurationPage.vala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Network.Widgets.ConfigurationPage : Gtk.Box {
var http_row = new ProxySettingRow (_("HTTP Proxy"), "org.gnome.system.proxy.http");
var https_row = new ProxySettingRow (_("HTTPS Proxy"), "org.gnome.system.proxy.https");
var ftp_row = new ProxySettingRow (_("FTP Proxy"), "org.gnome.system.proxy.ftp");
var socks_row = new ProxySettingRow (_("Socks Host"), "org.gnome.system.proxy.socks");
var socks_row = new ProxySettingRow (_("SOCKS Host"), "org.gnome.system.proxy.socks");

var other_protocols_box = new Gtk.Box (VERTICAL, 6);
other_protocols_box.add (https_row);
Expand Down

0 comments on commit 583f5f9

Please sign in to comment.