Skip to content

Commit ab026d0

Browse files
committed
dirdiff.ui: Make copy labels more explicit (bgo#737373)
1 parent 1fde205 commit ab026d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/ui/dirdiff.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</child>
1515
<child>
1616
<object class="GtkAction" id="DirCopyLeft">
17-
<property name="label" translatable="yes">Copy _Left</property>
17+
<property name="label" translatable="yes">Copy to _Left</property>
1818
<property name="tooltip" translatable="yes">Copy to left</property>
1919
<property name="stock_id">gtk-go-back</property>
2020
<property name="is_important">True</property>
@@ -24,7 +24,7 @@
2424
</child>
2525
<child>
2626
<object class="GtkAction" id="DirCopyRight">
27-
<property name="label" translatable="yes">Copy _Right</property>
27+
<property name="label" translatable="yes">Copy to _Right</property>
2828
<property name="tooltip" translatable="yes">Copy to right</property>
2929
<property name="stock_id">gtk-go-forward</property>
3030
<property name="is_important">True</property>

0 commit comments

Comments
 (0)