diff options
author | Andras Timar <andras.timar@collabora.com> | 2021-10-01 12:25:58 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2021-10-01 17:33:09 +0200 |
commit | 2ef26ab194b0e01edd81235e86b54da534c4555c (patch) | |
tree | c400e6fc0ab2802de337374546d03c36b12ffabb /sw | |
parent | 83d92437e05a9ec872d9303953fa408dd4dcbcde (diff) |
mark this string explicitely untranslatable
it will be localized with STR_BOOKMARK_FORBIDDENCHARS
Change-Id: I31416d53987ac1ec174add3b7114b18f5d38d1f1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122908
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/uiconfig/swriter/ui/insertbookmark.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/uiconfig/swriter/ui/insertbookmark.ui b/sw/uiconfig/swriter/ui/insertbookmark.ui index b35ab2b05a59..e3b1e49b056d 100644 --- a/sw/uiconfig/swriter/ui/insertbookmark.ui +++ b/sw/uiconfig/swriter/ui/insertbookmark.ui @@ -87,7 +87,7 @@ <property name="halign">end</property> <property name="valign">start</property> <property name="hexpand">True</property> - <property name="label" context="insertbookmark|lbForbiddenChars">Forbidden characters:</property> + <property name="label" translatable="no" context="insertbookmark|lbForbiddenChars">Forbidden characters:</property> <property name="single_line_mode">True</property> </object> <packing> |