File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ def _setup(self):
353
353
)
354
354
self .lock_unlock_action = self .create_action (
355
355
name = PluginMainWidgetActions .LockUnlockPosition ,
356
- text = _ ("Unlock position" ),
356
+ text = _ ("Move to another position" ),
357
357
tip = _ ("Unlock to move pane to another position" ),
358
358
icon = self .create_icon ('drag_dock_widget' ),
359
359
triggered = self .lock_unlock_position ,
@@ -456,7 +456,7 @@ def _on_title_bar_shown(self, visible):
456
456
method = getattr (self .lock_unlock_action , method_name )
457
457
method (_ ("Lock pane to the current position" ))
458
458
else :
459
- self .lock_unlock_action .setText (_ ('Unlock position' ))
459
+ self .lock_unlock_action .setText (_ ('Move to another position' ))
460
460
self .lock_unlock_action .setIcon (
461
461
self .create_icon ('drag_dock_widget' ))
462
462
for method_name in ['setToolTip' , 'setStatusTip' ]:
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ def __init__(self, parent=None):
201
201
202
202
self ._lock_unlock_action = create_action (
203
203
self ,
204
- text = _ ("Unlock position" ),
204
+ text = _ ("Move to another position" ),
205
205
tip = _ ("Unlock to move pane to another position" ),
206
206
icon = ima .icon ('drag_dock_widget' ),
207
207
triggered = self ._lock_unlock_position ,
@@ -493,7 +493,7 @@ def _on_title_bar_shown(self, visible):
493
493
method = getattr (self ._lock_unlock_action , method_name )
494
494
method (_ ("Lock pane to the current position" ))
495
495
else :
496
- self ._lock_unlock_action .setText (_ ('Unlock position' ))
496
+ self ._lock_unlock_action .setText (_ ('Move to another position' ))
497
497
self ._lock_unlock_action .setIcon (ima .icon ('drag_dock_widget' ))
498
498
for method_name in ['setToolTip' , 'setStatusTip' ]:
499
499
method = getattr (self ._lock_unlock_action , method_name )
You can’t perform that action at this time.
0 commit comments