diff options
author | Isha_Desai <2020.isha.desai@ves.ac.in> | 2022-08-09 18:25:19 +0530 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2022-08-12 11:02:50 +0200 |
commit | 44211d627f2e0652fb8ea0d071481f4cbf943be3 (patch) | |
tree | 656c7a295c120c0cb0ada930d84b14efe53a3c6b /include | |
parent | 261f36c98448732daf70d3215883f6b0236753de (diff) |
tdf#126618 Title for "Compare documents" file select dialog
Change-Id: I47f6b097d51c5352e16648299c7beeb99e241136
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138039
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/strings.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc index e392b1d03b6e..4bc318b785d5 100644 --- a/include/sfx2/strings.hrc +++ b/include/sfx2/strings.hrc @@ -212,7 +212,7 @@ #define STR_SFX_EXPLORERFILE_BUTTONINSERT NC_("STR_SFX_EXPLORERFILE_BUTTONINSERT", "~Insert") #define STR_SFX_IMPORT_ALL_IMAGES NC_("STR_SFX_IMPORT_ALL_IMAGES", "<All images>") #define STR_PB_SAVEACOPY NC_("STR_PB_SAVEACOPY", "Save a Copy") -#define STR_PB_COMPAREDOC NC_("STR_PB_COMPAREDOC", "Compare to") +#define STR_PB_COMPAREDOC NC_("STR_PB_COMPAREDOC", "Compare to original document") #define STR_PB_MERGEDOC NC_("STR_PB_MERGEDOC", "Merge with") #define STR_SFX_NEWOFFICEDOC NC_("STR_SFX_NEWOFFICEDOC", "%PRODUCTNAME document") |