diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-04-27 18:56:19 +0200 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2015-04-27 19:08:57 +0200 |
commit | fa9ac78d0c12b307c401bfede2cb08f89d0a15e3 (patch) | |
tree | cccef0b3f7a16d9fd2db679ca42c0c36c9c46415 /cui/uiconfig/ui/numberingoptionspage.ui | |
parent | dfec380c3b56ee62c7d9cc1747af5663a0db81fb (diff) |
tdf#69316: Sort numbering options meaningfully
+ unify terminology image vs. graphics
In an ideal world, those strings wouldn't be duplicated in both sw
and cui and change like this would be done in a single place. But
there's currently no straightforward way how to share strings between
those two ...
Change-Id: I5311aca3e7b4070c82cf4f84f96ab1b6eff473c6
Diffstat (limited to 'cui/uiconfig/ui/numberingoptionspage.ui')
-rw-r--r-- | cui/uiconfig/ui/numberingoptionspage.ui | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/cui/uiconfig/ui/numberingoptionspage.ui b/cui/uiconfig/ui/numberingoptionspage.ui index c3430a6be0fc..5a1ed48a356b 100644 --- a/cui/uiconfig/ui/numberingoptionspage.ui +++ b/cui/uiconfig/ui/numberingoptionspage.ui @@ -57,6 +57,22 @@ </columns> <data> <row> + <col id="0" translatable="yes">None</col> + <col id="1">5</col> + </row> + <row> + <col id="0" translatable="yes">Bullet</col> + <col id="1">6</col> + </row> + <row> + <col id="0" translatable="yes">Graphics</col> + <col id="1">8</col> + </row> + <row> + <col id="0" translatable="yes">Linked graphics</col> + <col id="1">136</col> + </row> + <row> <col id="0" translatable="yes">1, 2, 3, ...</col> <col id="1">4</col> </row> @@ -85,22 +101,6 @@ <col id="1">10</col> </row> <row> - <col id="0" translatable="yes">Bullet</col> - <col id="1">6</col> - </row> - <row> - <col id="0" translatable="yes">Graphics</col> - <col id="1">8</col> - </row> - <row> - <col id="0" translatable="yes">Linked graphics</col> - <col id="1">136</col> - </row> - <row> - <col id="0" translatable="yes">None</col> - <col id="1">5</col> - </row> - <row> <col id="0" translatable="yes">Native Numbering</col> <col id="1">12</col> </row> |