diff options
author | Piotr Drąg <piotrdrag@gmail.com> | 2020-08-08 13:16:31 +0200 |
---|---|---|
committer | António Fernandes <antoniojpfernandes@gmail.com> | 2020-08-08 17:13:35 +0000 |
commit | 28f18f72a25585ea99b1d29f5b5bdc9ddeef81b4 (patch) | |
tree | b7281a00d0a24a9ed9ca65e097745221fbfbda33 | |
parent | 6f1b839283b0c99feb8bdba06159e2e96db891c0 (diff) | |
download | nautilus-28f18f72a25585ea99b1d29f5b5bdc9ddeef81b4.tar.gz |
properties-window: Set buttons in change permissions dialog as translatable
Also add mnemonics.
-rw-r--r-- | src/resources/ui/nautilus-file-properties-change-permissions.ui | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/resources/ui/nautilus-file-properties-change-permissions.ui b/src/resources/ui/nautilus-file-properties-change-permissions.ui index cde24711a..122fd1ffd 100644 --- a/src/resources/ui/nautilus-file-properties-change-permissions.ui +++ b/src/resources/ui/nautilus-file-properties-change-permissions.ui @@ -10,13 +10,15 @@ <child type="action"> <object class="GtkButton" id="cancel"> <property name="visible">True</property> - <property name="label">Cancel</property> + <property name="label" translatable="yes">_Cancel</property> + <property name="use_underline">True</property> </object> </child> <child type="action"> <object class="GtkButton" id="change"> <property name="visible">True</property> - <property name="label">Change</property> + <property name="label" translatable="yes">C_hange</property> + <property name="use_underline">True</property> </object> </child> <child internal-child="vbox"> |