summaryrefslogtreecommitdiff
path: root/src/trg-remote-prefs-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-23 13:46:47 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-12-23 13:46:47 +0000
commitd125a90ce0aacff005fc25be62380321c92efe65 (patch)
tree0c7fbc9ff511ea8820e9dd80b4923ce4932cb5fd /src/trg-remote-prefs-dialog.c
parent408179693ea842150b469cf2f88eea9434d19698 (diff)
minor tweak to the alternate limits active label (remote prefs)
Diffstat (limited to 'src/trg-remote-prefs-dialog.c')
-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);