diff options
author | Andras Timar <atimar@suse.com> | 2013-01-15 17:02:35 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2013-01-15 17:43:42 +0000 |
commit | f3cf01ba35e836ecbef03e8140b8afcbb11fdd44 (patch) | |
tree | 4311f83e712b2103fda38c185c831d5694ab2a97 /sw | |
parent | c72bded3901c67129c5867ff209f7e108b232120 (diff) |
make translatable a few more ui strings
Change-Id: Ie4524269b353059df3c60afa9a48c1f1b5f51185
Reviewed-on: https://gerrit.libreoffice.org/1700
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/bibliographyentry.ui | 2 | ||||
-rw-r--r-- | sw/uiconfig/swriter/ui/indexentry.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/uiconfig/swriter/ui/bibliographyentry.ui b/sw/uiconfig/swriter/ui/bibliographyentry.ui index aa528c5f7ccc..30874dfcd407 100644 --- a/sw/uiconfig/swriter/ui/bibliographyentry.ui +++ b/sw/uiconfig/swriter/ui/bibliographyentry.ui @@ -17,7 +17,7 @@ <property name="layout_style">start</property> <child> <object class="GtkButton" id="insert"> - <property name="label">Insert</property> + <property name="label" translatable="yes">Insert</property> <property name="use_action_appearance">False</property> <property name="can_focus">True</property> <property name="can_default">True</property> diff --git a/sw/uiconfig/swriter/ui/indexentry.ui b/sw/uiconfig/swriter/ui/indexentry.ui index 7dc618418675..69a91e20509a 100644 --- a/sw/uiconfig/swriter/ui/indexentry.ui +++ b/sw/uiconfig/swriter/ui/indexentry.ui @@ -50,7 +50,7 @@ <property name="layout_style">start</property> <child> <object class="GtkButton" id="insert"> - <property name="label">Insert</property> + <property name="label" translatable="yes">Insert</property> <property name="use_action_appearance">False</property> <property name="can_focus">True</property> <property name="can_default">True</property> |