[Libreoffice-commits] core.git: sw/inc

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Wed Mar 24 19:14:17 UTC 2021


 sw/inc/strings.hrc |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2521c3032350a0383a82e302b1dcb4e91db518ec
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Fri Mar 19 10:53:59 2021 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Wed Mar 24 20:13:33 2021 +0100

    corrections to style dialog tooltips
    
    Change-Id: Icc9e78f8eb4b1732b8b153883d84f4edf7916fc7
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112719
    Tested-by: Jenkins
    Reviewed-by: Seth Chaiklin <sdc.blanco at youmail.dk>

diff --git a/sw/inc/strings.hrc b/sw/inc/strings.hrc
index 940fab0e3af4..263cdcc39361 100644
--- a/sw/inc/strings.hrc
+++ b/sw/inc/strings.hrc
@@ -31,8 +31,8 @@
 #define STR_RESET_TOOLTIP                       NC_("STR_RESET_TOOLTIP", "Unsaved modifications to this tab are reverted.")
 #define STR_RESET_EXTENDEDTIP                   NC_("STR_RESET_EXTENDEDTIP", "Revert any changes made on the current tab to the settings that were present when this dialog was opened, or after the last use of “Apply”.")
 #define STR_APPLY_LABEL                         NC_("STR_APPLY_LABEL", "Apply")
-#define STR_APPLY_TOOLTIP                       NC_("STR_APPLY_TOOLTIP", "Save all modifications without closing dialog. Cannot be reverted with Reset.")
-#define STR_APPLY_EXTENDEDTIP                   NC_("STR_APPLY_EXTENDEDTIP", "Values in this tab are set to the corresponding values of the style specified in “Inherit from” in Organizer. In all cases, also when “Inherit from” is “None”, the values on this tab specified in “Contains” are removed.")
+#define STR_APPLY_TOOLTIP                       NC_("STR_APPLY_TOOLTIP", "Applies modifications on all tabs without closing dialog. Cannot be reverted with Reset.")
+#define STR_APPLY_EXTENDEDTIP                   NC_("STR_APPLY_EXTENDEDTIP", "Applies all modifications without closing dialog. Values are saved and cannot be reverted with Reset.")
 
 // Format names
 #define STR_POOLCHR_STANDARD                    NC_("STR_POOLCHR_STANDARD", "Default Character Style")


More information about the Libreoffice-commits mailing list