cui/source/customize/cfg.src | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 91eb528b63cdee73afc2dc4a48d5dca1b96dedd5 Author: Andrea Pescetti <[email protected]> Date: Thu Jan 16 21:20:39 2014 +0000 #i123887# Factory settings -> Default settings diff --git a/cui/source/customize/cfg.src b/cui/source/customize/cfg.src index 51cc925..05dcc8d 100644 --- a/cui/source/customize/cfg.src +++ b/cui/source/customize/cfg.src @@ -777,7 +777,7 @@ QueryBox QBX_CONFIRM_DELETE_TOOLBAR */ QueryBox QBX_CONFIRM_RESET { - Message [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?"; + Message [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"; BUTTONS = WB_YES_NO ; DEFBUTTON = WB_DEF_NO ; }; @@ -788,12 +788,12 @@ QueryBox QBX_CONFIRM_RESET */ String RID_SVXSTR_CONFIRM_MENU_RESET { - Text [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?"; + Text [ en-US ] = "The menu configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"; }; String RID_SVXSTR_CONFIRM_TOOLBAR_RESET { - Text [ en-US ] = "The toolbar configuration for %SAVE IN SELECTION% will be reset to the factory settings. Do you want to continue?"; + Text [ en-US ] = "The toolbar configuration for %SAVE IN SELECTION% will be reset to the default settings. Do you want to continue?"; }; QueryBox QBX_CONFIRM_RESTORE_DEFAULT _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
