Netstatus: Use proper label for throughput in config.

This commit is contained in:
Stephen 'Okra' Houston 2017-09-08 14:10:28 -05:00
parent 2b7bfe657c
commit 6f6f344c0a
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ netstatus_configure(Instance *inst)
elm_object_content_set(frame, box);
frame = elm_frame_add(main_box);
elm_object_text_set(frame, _("Maximum Transfer Speed"));
elm_object_text_set(frame, _("Maximum Throughput"));
E_EXPAND(frame);
E_FILL(frame);
elm_box_pack_end(main_box, frame);