diff options
author | Andrea Pescetti <pescetti@apache.org> | 2014-01-16 21:20:39 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-01-17 09:11:01 +0000 |
commit | c6806050980cd8fb9faa814a4e89f11c65149665 (patch) | |
tree | 9ec54620271b440997510581832fab79b8af3044 /cui | |
parent | 450f4328551c8d9a542ca87c3cfebec90d14e6b5 (diff) |
Resolves: #i123887# Factory settings -> Default settings
Change-Id: I0864a0d2d8a13d57755928862810dd07e2718197
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/customize/cfg.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/customize/cfg.src b/cui/source/customize/cfg.src index 35d2aebe765f..c6f1add53a07 100644 --- a/cui/source/customize/cfg.src +++ b/cui/source/customize/cfg.src @@ -573,7 +573,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 ; }; @@ -584,12 +584,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 |