summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjulienbenjamin <66290-julienbenjamin@users.noreply.gitlab.gnome.org>2022-07-30 21:40:38 +0000
committerAntónio Fernandes <antoniof@gnome.org>2022-07-30 21:40:38 +0000
commit3e752a7b3676b82f1b7a0f138a186264d2e49cda (patch)
tree93728fdca3d1e52680e00e01d98d08457f62a2f5
parent7475e1e908cdf74ae3239ed51b0365a1497bb365 (diff)
downloadnautilus-3e752a7b3676b82f1b7a0f138a186264d2e49cda.tar.gz
Files-preferences-view: Fix terms inconsistency between UI and sources
Currently, there is a discrepancy between what the preferences menu displays to the user and the denomination within the translatable strings and related UI files. Indeed, when hovering over the view menu, the user is shown the message "Show grid", while "Icon View" is used within the preferences menu UI file and, therefore, the translatable files. To keep things consistent, "Icon" needs to be replaced by "Grid" in the preferences menu UI file to be consistent with the actual messages displayed in the application. The aformentioned change needs to be applied to translatable strings files by the localization team and tools. Fixes https://gitlab.gnome.org/GNOME/nautilus/-/issues/2246.
-rw-r--r--src/resources/ui/nautilus-preferences-window.ui2
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 b747beaee..abee4f2af 100644
--- a/src/resources/ui/nautilus-preferences-window.ui
+++ b/src/resources/ui/nautilus-preferences-window.ui
@@ -127,7 +127,7 @@
<child>
<object class="AdwPreferencesGroup">
<property name="description" translatable="yes">Add information to be displayed beneath file and folder names. More information will appear when zooming closer.</property>
- <property name="title" translatable="yes">Icon View Captions</property>
+ <property name="title" translatable="yes">Grid View Captions</property>
<property name="visible">True</property>
<child>
<object class="AdwComboRow" id="captions_0_comborow">