summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorJustin Luth <jluth@mail.com>2024-06-14 16:00:11 -0400
committerJustin Luth <jluth@mail.com>2024-06-18 22:11:53 +0200
commit47af7ba63ce7f5c47cfef74d4606c0d8e92f7894 (patch)
tree550d2892d54f2bdabb8cd176e5a49c8c62b68ab4 /cui
parent52b95cfbb0aba120229f9f92570f2aa6f1fe3e33 (diff)
tdf#161579 userautosave: fix wording to match 24.2 implementation
The implementation changed with my LO 24.2 commit 63bb760acc8aa50c352f3349e8adf3db381b4911 https://gerrit.libreoffice.org/c/core/+/155273 for bug 57414 When the document successfully saved, there was no reason to create a recovery version of it immediately afterward. Change-Id: If62b9c60cf6b39d25ee42001eb6344593479c716 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/168897 Tested-by: Jenkins Reviewed-by: Justin Luth <jluth@mail.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/optsavepage.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/optsavepage.ui b/cui/uiconfig/ui/optsavepage.ui
index 38172d42956c..7a7dcf1dee34 100644
--- a/cui/uiconfig/ui/optsavepage.ui
+++ b/cui/uiconfig/ui/optsavepage.ui
@@ -221,7 +221,7 @@
</child>
<child>
<object class="GtkCheckButton" id="userautosave">
- <property name="label" translatable="yes" context="optsavepage|userautosave">Automatically save the document too</property>
+ <property name="label" translatable="yes" context="optsavepage|userautosave">Automatically save the document instead</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
@@ -230,7 +230,7 @@
<property name="draw-indicator">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="userautosave-atkobject">
- <property name="AtkObject::accessible-description" translatable="yes" context="userautosave">Specifies that the office suite saves all open documents when saving auto recovery information. Uses the same time interval as AutoRecovery does.</property>
+ <property name="AtkObject::accessible-description" translatable="yes" context="userautosave">Specifies that the office suite saves the modified document itself, instead of creaing a temporary AutoRecovery version. Uses the same time interval as AutoRecovery does.</property>
</object>
</child>
</object>