diff options
author | himajin100000 <himajin100000@gmail.com> | 2018-03-17 07:00:02 +0900 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-03-27 15:06:09 +0200 |
commit | e97ab52a83d2440ca42c85229ef794549208cb7d (patch) | |
tree | ae53c67d057fe0ee1a4d7c3cf89565a280f1a10d /sd/inc/strings.hrc | |
parent | 6d05579c7fceb0f3ce83abe25bdfe62b26c29671 (diff) |
tdf#116438:Apps should ask if rotation should be applied
For Calc,Draw,Impress. Writer already does this.
Change-Id: I92512719673fb39a973b8a68378e93f30d82c327
Reviewed-on: https://gerrit.libreoffice.org/51447
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'sd/inc/strings.hrc')
-rw-r--r-- | sd/inc/strings.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/inc/strings.hrc b/sd/inc/strings.hrc index 52b5d6796cdd..1a5a829044ec 100644 --- a/sd/inc/strings.hrc +++ b/sd/inc/strings.hrc @@ -31,6 +31,7 @@ #define STR_UNDO_REPLACE NC_("STR_UNDO_REPLACE", "Replace") #define STR_UNDO_DRAGDROP NC_("STR_UNDO_DRAGDROP", "Drag and Drop") #define STR_INSERTGRAPHIC NC_("STR_INSERTGRAPHIC", "Insert Image") +#define STR_QUERYROTATION NC_("STR_QUERYROTATION", "This image is rotated. Would you like to rotate it into standard orientation?") #define STR_UNDO_BEZCLOSE NC_("STR_UNDO_BEZCLOSE", "Close Polygon") #define STR_SLIDE_SORTER_MODE NC_("STR_SLIDE_SORTER_MODE", "Slide Sorter") #define STR_NORMAL_MODE NC_("STR_NORMAL_MODE", "Normal") |