diff options
author | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2013-11-02 14:48:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-04 07:49:45 -0600 |
commit | a71a562a9958fc58a5fb914bcf7f8056a353f618 (patch) | |
tree | 836c3126820c44bfade42b70f3009d0ad9441c31 /cui | |
parent | a210df8e50d94f557ceaa21e5f4943db97777812 (diff) |
fdo 70998: Termchange: Graphics->Image
Change-Id: If451dfb24567157c86bca9a4a8564eb8de231a38
Reviewed-on: https://gerrit.libreoffice.org/6524
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optpath.src | 2 | ||||
-rw-r--r-- | cui/uiconfig/ui/pickgraphicpage.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/optpath.src b/cui/source/options/optpath.src index b211e2c84f01..60f7dcc3e888 100644 --- a/cui/source/options/optpath.src +++ b/cui/source/options/optpath.src @@ -37,7 +37,7 @@ String RID_SVXSTR_KEY_WORK_PATH }; String RID_SVXSTR_KEY_GRAPHICS_PATH { - Text [ en-US ] = "Graphics" ; + Text [ en-US ] = "Images" ; }; String RID_SVXSTR_KEY_BITMAP_PATH { diff --git a/cui/uiconfig/ui/pickgraphicpage.ui b/cui/uiconfig/ui/pickgraphicpage.ui index 93805b4ba5ed..89fef78eb71f 100644 --- a/cui/uiconfig/ui/pickgraphicpage.ui +++ b/cui/uiconfig/ui/pickgraphicpage.ui @@ -42,7 +42,7 @@ <object class="GtkLabel" id="errorft"> <property name="can_focus">False</property> <property name="no_show_all">True</property> - <property name="label" translatable="yes">The Gallery theme 'Bullets' is empty (no graphics).</property> + <property name="label" translatable="yes">The Gallery theme 'Bullets' is empty (no images).</property> <property name="wrap">True</property> </object> <packing> |