diff options
author | Carlos Soriano <csoriano@redhat.com> | 2018-07-26 17:24:35 +0200 |
---|---|---|
committer | Carlos Soriano <csoriano@redhat.com> | 2018-07-26 19:25:15 +0200 |
commit | 0905bb6996c4449c555b0eb4d07adaa0172be378 (patch) | |
tree | 7143630dbf839995748fa480cf452bf622674455 /src/resources | |
parent | c1d51080e9d1b4dffdfb07842ed6e02331c496f4 (diff) | |
download | nautilus-0905bb6996c4449c555b0eb4d07adaa0172be378.tar.gz |
preferences: Fix General label context for translators
Not so obvious in Glade.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/ui/nautilus-preferences-window.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/ui/nautilus-preferences-window.ui b/src/resources/ui/nautilus-preferences-window.ui index 721602030..d18ce81c0 100644 --- a/src/resources/ui/nautilus-preferences-window.ui +++ b/src/resources/ui/nautilus-preferences-window.ui @@ -51,7 +51,7 @@ <object class="GtkLabel"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="preferences" comments="Translators: a title in the preferences dialog with an option to sort folder before files "Sort folders before files".">General</property> + <property name="label" translatable="yes" context="preferences" comments="Translators: a title in the preferences dialog with an option to show the sidebar.">General</property> <property name="xalign">0</property> <attributes> <attribute name="weight" value="bold"/> |