Kaydet (Commit) 6ac621f1 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#80815 rename Cancel and explain what it will do

Change-Id: Ifdd68f7e415176062b9eee6825b3c0bb09cb05db
üst f6011536
......@@ -24,7 +24,7 @@
String RID_SVXSTR_QUERY_EXIT_RECOVERY
{
Text [ en-US ] = "Are you sure you want to cancel the %PRODUCTNAME document recovery?";
Text [ en-US ] = "Are you sure you want to discard the %PRODUCTNAME document recovery data?";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -502,7 +502,7 @@ class RecoveryDialog : public Dialog
vcl::Window* m_pProgrParent;
RecovDocList* m_pFileListLB;
PushButton* m_pNextBtn;
CancelButton* m_pCancelBtn;
PushButton* m_pCancelBtn;
OUString m_aTitleRecoveryInProgress;
OUString m_aRecoveryOnlyFinish;
OUString m_aRecoveryOnlyFinishDescr;
......
......@@ -35,12 +35,11 @@
</child>
<child>
<object class="GtkButton" id="cancel">
<property name="label">gtk-cancel</property>
<property name="label">Discard Recovery Data</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">True</property>
<property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>
......@@ -77,6 +76,8 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">Press 'Start Recovery' to start the recovery process of the documents listed below.
Press 'Discard Recovery Data' to abandon attempting recovery of these document.
The 'Status' column shows whether the document can be recovered.</property>
<property name="wrap">True</property>
<property name="max_width_chars">87</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment