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

Seth Chaiklin (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 24 08:15:24 UTC 2020


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

New commits:
commit c66aa585c4b235fa8305fe313c46710013b8abe8
Author:     Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Tue Dec 22 14:25:33 2020 +0100
Commit:     Seth Chaiklin <sdc.blanco at youmail.dk>
CommitDate: Thu Dec 24 09:14:34 2020 +0100

    tdf#138893  improve labels on rename "template" and "category" dialogs
    
    Change-Id: Iaf890a78ea89ef212afb9b30ffc62f5a9056541d
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108174
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    Tested-by: Jenkins

diff --git a/include/sfx2/strings.hrc b/include/sfx2/strings.hrc
index 09ddd5e6c415..3cccba74c372 100644
--- a/include/sfx2/strings.hrc
+++ b/include/sfx2/strings.hrc
@@ -34,7 +34,7 @@
 #define STR_DELETE                              NC_("STR_DELETE", "Delete")
 #define STR_SFX_RENAME                          NC_("STR_SFX_RENAME", "Rename")
 #define STR_CATEGORY_RENAME                     NC_("STR_CATEGORY_RENAME", "Rename Category")
-#define STR_RENAME_TEMPLATE                     NC_("STR_RENAME_TEMPLATE", "Enter New Name: ")
+#define STR_RENAME_TEMPLATE                     NC_("STR_RENAME_TEMPLATE", "Enter new template name:")
 #define STR_TEMPLATE_TOOLTIP                    NC_("STR_TEMPLATE_TOOLTIP", "Title: $1\nCategory: $2")
 #define STR_TEMPLATE_SELECTION                  NC_("STR_TEMPLATE_SELECTION", "Select a Template")
 #define STR_AUTOMATICVERSION                    NC_("STR_AUTOMATICVERSION", "Automatically saved version")
@@ -64,7 +64,7 @@
 #define STR_MSG_QUERY_COPY                      NC_("STR_MSG_QUERY_COPY", "$1 could not be moved to the category \"$2\". Do you want to copy the template instead?")
 #define STR_CREATE_ERROR                        NC_("STR_CREATE_ERROR", "Cannot create category: $1")
 #define STR_ERROR_SAVEAS                        NC_("STR_ERROR_SAVEAS", "Cannot save template: $1")
-#define STR_INPUT_NEW                           NC_("STR_INPUT_NEW", "Enter category name:")
+#define STR_INPUT_NEW                           NC_("STR_INPUT_NEW", "Enter new category name:")
 #define STR_MSG_ERROR_LOCAL_MOVE                NC_("STR_MSG_ERROR_LOCAL_MOVE", "Error moving the following templates to $1.\n$2")
 #define STR_MSG_ERROR_EXPORT                    NC_("STR_MSG_ERROR_EXPORT", "Error exporting the following templates:\n$1")
 #define STR_MSG_ERROR_IMPORT                    NC_("STR_MSG_ERROR_IMPORT", "Error importing the following templates to $1:\n$2")


More information about the Libreoffice-commits mailing list