Module: deluge Branch: 1.3-stable Commit: cc130c0085d3819f47183bb0c6e2fcfc2f799a7c
Author: Calum Lind <[email protected]> Date: Sat Jul 2 19:10:55 2011 +0100 Fix up/down speed labels in status tab --- deluge/ui/gtkui/glade/main_window.glade | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deluge/ui/gtkui/glade/main_window.glade b/deluge/ui/gtkui/glade/main_window.glade index b02d79f..b39c718 100644 --- a/deluge/ui/gtkui/glade/main_window.glade +++ b/deluge/ui/gtkui/glade/main_window.glade @@ -1029,7 +1029,7 @@ <widget class="GtkLabel" id="label43"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Speed:</b></property> + <property name="label" translatable="yes"><b>Up Speed:</b></property> <property name="use_markup">True</property> </widget> </child> @@ -1051,7 +1051,7 @@ <widget class="GtkLabel" id="label42"> <property name="visible">True</property> <property name="xalign">0</property> - <property name="label" translatable="yes"><b>Speed:</b></property> + <property name="label" translatable="yes"><b>Down Speed:</b></property> <property name="use_markup">True</property> </widget> </child> -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
