From 2fc7a10dbf7f76046cd287c7e7695fc547d2fab3 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Sat, 8 Nov 2014 13:43:07 +0100 Subject: fdo#84582 : fixed label in the 'Insert Version Comment' dialog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When user's data are empty, dialog shows "(no name set)". Dialog: Writer->File->Versions...->Save New Version Change-Id: I6780cbe452fbc206b3e153975dbb1c1d9570718b Reviewed-on: https://gerrit.libreoffice.org/12307 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sfx2/source/dialog/dialog.hrc | 1 + 1 file changed, 1 insertion(+) (limited to 'sfx2/source/dialog/dialog.hrc') diff --git a/sfx2/source/dialog/dialog.hrc b/sfx2/source/dialog/dialog.hrc index 74eaba91b313..73e39ac92df4 100644 --- a/sfx2/source/dialog/dialog.hrc +++ b/sfx2/source/dialog/dialog.hrc @@ -46,6 +46,7 @@ #define MN_CONTEXT_TEMPLDLG ( RC_DIALOG_BEGIN + 46) #define STR_VIEWVERSIONCOMMENT ( RC_DIALOG_BEGIN + 71 ) +#define STR_NO_NAME_SET ( RC_DIALOG_BEGIN + 72 ) #define STR_ERROR_WRONG_CONFIRM ( RC_DIALOG_BEGIN + 76 ) -- cgit