mirror of
https://gitlab.gnome.org/GNOME/nautilus
synced 2024-10-29 03:34:16 +00:00
general: Fix wrongful title case
This commit is contained in:
parent
b7e833e0bc
commit
9faecbcfdf
1 changed files with 2 additions and 2 deletions
|
@ -91,12 +91,12 @@
|
|||
<attribute name="hidden-when">action-disabled</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label" translatable="yes">Open In New _Tab</attribute>
|
||||
<attribute name="label" translatable="yes">Open in New _Tab</attribute>
|
||||
<attribute name="action">view.open-item-new-tab</attribute>
|
||||
<attribute name="hidden-when">action-disabled</attribute>
|
||||
</item>
|
||||
<item>
|
||||
<attribute name="label" translatable="yes">Open In New _Window</attribute>
|
||||
<attribute name="label" translatable="yes">Open in New _Window</attribute>
|
||||
<attribute name="action">view.open-item-new-window</attribute>
|
||||
<attribute name="hidden-when">action-disabled</attribute>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue