[nautilus] preferences-window: add context to ordinals



commit 40b4a07fbb42da4ed665e2de972b8386938f0df6
Author: Carlos Soriano <csoriano gnome org>
Date:   Thu Mar 3 14:05:31 2016 +0100

    preferences-window: add context to ordinals
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762851

 src/resources/ui/nautilus-preferences-window.ui |    6 +++---
 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 78fe990..17c32b2 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"/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]