diff options
Diffstat (limited to 'sensors-applet/about-dialog.c')
-rw-r--r-- | sensors-applet/about-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sensors-applet/about-dialog.c b/sensors-applet/about-dialog.c index cd7ad20..4bc4a87 100644 --- a/sensors-applet/about-dialog.c +++ b/sensors-applet/about-dialog.c @@ -45,7 +45,7 @@ void about_dialog_open(SensorsApplet *sensors_applet) { /* To translator: Put your name here to show up in the About dialog as the translator */ "translator-credits", _("translator-credits"), "logo-icon-name", SENSORS_APPLET_ICON, - "website", "http://www.mate-desktop.org", + "website", "https://mate-desktop.org", NULL); } |