diff options
author | abdulwd <abdulwd97@gmail.com> | 2016-12-23 01:22:18 +0530 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-12-24 08:23:09 +0000 |
commit | 1c6993e6d7d04c42c6bd48da6afb6305eb608c11 (patch) | |
tree | 10f56e89bf21fabca0ed86ecaab930f1189ab669 /sw | |
parent | a2a605d864417209f3bfacc858fe9107a1e48531 (diff) |
tdf#70998 Change from picture to image
Change from 'picture' to 'image' in sw/source/core/undo
Change-Id: I075bb426b13023f35ccda1d8b8ade872a52c3d61
Reviewed-on: https://gerrit.libreoffice.org/32354
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/undo/undo.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/undo/undo.src b/sw/source/core/undo/undo.src index f045c85b39ff..fca138b0f297 100644 --- a/sw/source/core/undo/undo.src +++ b/sw/source/core/undo/undo.src @@ -628,7 +628,7 @@ String STR_FOOTNOTE }; String STR_GRAPHIC { - Text[ en-US ] = "picture"; + Text[ en-US ] = "image"; }; String STR_DRAWING_OBJECTS { |