summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/trg-remote-prefs-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-remote-prefs-dialog.c b/src/trg-remote-prefs-dialog.c
index 7c994d1..b3098f4 100644
--- a/src/trg-remote-prefs-dialog.c
+++ b/src/trg-remote-prefs-dialog.c
@@ -275,7 +275,7 @@ static GtkWidget *trg_rprefs_limitsPage(TrgRemotePrefsDialog * win,
hig_workarea_add_row_w(t, &row, tb, w, NULL);
w = priv->alt_check = trg_json_widget_check_new(&priv->widgets, json,
- SGET_ALT_SPEED_ENABLED, _("Alternate speed limits enabled (now)"),
+ SGET_ALT_SPEED_ENABLED, _("Alternate speed limits active"),
NULL);
hig_workarea_add_wide_control(t, &row, w);