Skip to content
Snippets Groups Projects
Commit 0bb1dd8a authored by dkirov's avatar dkirov
Browse files

missing 'N' in transfer

parent 5c95785f
No related branches found
No related tags found
No related merge requests found
......@@ -1089,7 +1089,7 @@ class PopupNotificationWindow:
close_button.modify_bg(gtk.STATE_NORMAL, dodgerblue)
eventbox.modify_bg(gtk.STATE_NORMAL, dodgerblue)
txt = _('From %s') % txt
elif event_type == _('File Trasfer Request'):
elif event_type == _('File Transfer Request'):
bg_color = gtk.gdk.color_parse('coral')
close_button.modify_bg(gtk.STATE_NORMAL, bg_color)
eventbox.modify_bg(gtk.STATE_NORMAL, bg_color)
......@@ -1098,7 +1098,6 @@ class PopupNotificationWindow:
bg_color = gtk.gdk.color_parse('coral')
close_button.modify_bg(gtk.STATE_NORMAL, bg_color)
eventbox.modify_bg(gtk.STATE_NORMAL, bg_color)
# position the window to bottom-right of screen
window_width, self.window_height = self.window.get_size()
self.plugin.roster.popups_notification_height += self.window_height
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment