[Libreoffice-commits] core.git: include/svx

Stanislav Horacek stanislav.horacek at gmail.com
Tue Dec 26 19:26:54 UTC 2017


 include/svx/strings.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6723728ae206cfbe68c18475bbdc18072d24e620
Author: Stanislav Horacek <stanislav.horacek at gmail.com>
Date:   Mon Dec 25 11:22:51 2017 +0100

    remove redundant space in question about modified image
    
    Change-Id: I293d535ef2bf8c9fd458944d9da3dcc2066326e3
    Reviewed-on: https://gerrit.libreoffice.org/47056
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>

diff --git a/include/svx/strings.hrc b/include/svx/strings.hrc
index 1fbcfc2066b2..402596978a0f 100644
--- a/include/svx/strings.hrc
+++ b/include/svx/strings.hrc
@@ -1339,7 +1339,7 @@
 #define STR_COLORTABLE                                      NC_("STR_COLORTABLE", "Color Palette")
 
 // String for saving modified image (instead of original)
-#define RID_SVXSTR_SAVE_MODIFIED_IMAGE                      NC_("RID_SVXSTR_SAVE_MODIFIED_IMAGE", "The image has been modified. By default the original image will be saved.\nDo you want to save the modified version instead ?")
+#define RID_SVXSTR_SAVE_MODIFIED_IMAGE                      NC_("RID_SVXSTR_SAVE_MODIFIED_IMAGE", "The image has been modified. By default the original image will be saved.\nDo you want to save the modified version instead?")
 
 #define RID_ADD_TO_FAVORITES                                NC_("RID_SUBSETMAP", "Add to favorites")
 #define RID_REMOVE_FAVORITES                                NC_("RID_SUBSETMAP", "Remove from favorites")


More information about the Libreoffice-commits mailing list