Commit 7e629025 authored by Dan Pascu's avatar Dan Pascu

Improved text on dragged session widget

parent ae9e3206
...@@ -240,7 +240,7 @@ class DraggedSessionWidget(base_class, ui_class): ...@@ -240,7 +240,7 @@ class DraggedSessionWidget(base_class, ui_class):
if session_widget.conference_position is None: if session_widget.conference_position is None:
self.status.setText(u'Drop over a session to conference them') self.status.setText(u'Drop over a session to conference them')
else: else:
self.status.setText(u'Drop outside to remove from conference') self.status.setText(u'Drop outside the conference to detach')
def paintEvent(self, event): def paintEvent(self, event):
painter = QPainter(self) painter = QPainter(self)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment