diff options
author | Joel <jmadero.dev@gmail.com> | 2014-06-25 10:09:16 -0700 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-26 15:42:31 +0000 |
commit | 2b7c7fab14ce73dd04d636af05ee837ea7de8f23 (patch) | |
tree | 08e85d48f096565d7c41bc0f5e5bf7ae21ce2bdf | |
parent | d6817ba7a74ba22206006f0783c788a5dc774236 (diff) |
fdo#62879 Changed wording of protected section dialog
Clarified the wording of protected section dialog from
"Readonly content cannot be changed." to "Write protected sections cannot be
changed."
Change-Id: Ic6df2d84b6cc9e87727306eff8aa0e06895cab17
Reviewed-on: https://gerrit.libreoffice.org/9905
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | sw/uiconfig/swriter/ui/inforeadonlydialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/inforeadonlydialog.ui b/sw/uiconfig/swriter/ui/inforeadonlydialog.ui index d96c6688d313..ff3498e2796a 100644 --- a/sw/uiconfig/swriter/ui/inforeadonlydialog.ui +++ b/sw/uiconfig/swriter/ui/inforeadonlydialog.ui @@ -9,7 +9,7 @@ <property name="type_hint">dialog</property> <property name="skip_taskbar_hint">True</property> <property name="buttons">ok</property> - <property name="text" translatable="yes">Readonly content cannot be changed.</property> + <property name="text" translatable="yes">Write protected sections cannot be changed.</property> <property name="secondary_text" translatable="yes">No modifications will be accepted.</property> <child internal-child="vbox"> <object class="GtkBox" id="messagedialog-vbox"> |