summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2016-03-03 14:05:31 +0100
committerCarlos Soriano <csoriano@gnome.org>2016-03-03 16:50:14 +0100
commite297bfc7ec5a2d130752e85f5e936aa185a76ad8 (patch)
treeade8f90815e673d1ad0a5f31e2c676563240521e
parent98532170b61f9295cfc01257002d847575535bb0 (diff)
downloadnautilus-e297bfc7ec5a2d130752e85f5e936aa185a76ad8.tar.gz
preferences-window: add context to ordinals
https://bugzilla.gnome.org/show_bug.cgi?id=762851
-rw-r--r--src/resources/ui/nautilus-preferences-window.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/ui/nautilus-preferences-window.ui b/src/resources/ui/nautilus-preferences-window.ui
index 78fe9903d..17c32b25c 100644
--- a/src/resources/ui/nautilus-preferences-window.ui
+++ b/src/resources/ui/nautilus-preferences-window.ui
@@ -422,7 +422,7 @@ More information will appear when zooming closer.</property>
<object class="GtkLabel" id="label9">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes" comments="Translators: This is an ordinal number">Second</property>
+ <property name="label" translatable="yes" comments="Translators: This is an ordinal number" context="the n-th position of an icon caption">Second</property>
<property name="xalign">1</property>
<style>
<class name="dim-label"/>
@@ -437,7 +437,7 @@ More information will appear when zooming closer.</property>
<object class="GtkLabel" id="label11">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes" comments="Translators: This is an ordinal number">Third</property>
+ <property name="label" translatable="yes" comments="Translators: This is an ordinal number" context="the n-th position of an icon caption">Third</property>
<property name="xalign">1</property>
<style>
<class name="dim-label"/>
@@ -452,7 +452,7 @@ More information will appear when zooming closer.</property>
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes" comments="Translators: This is an ordinal number">First</property>
+ <property name="label" translatable="yes" comments="Translators: This is an ordinal number" context="the n-th position of an icon caption">First</property>
<property name="xalign">1</property>
<style>
<class name="dim-label"/>