diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-07 15:15:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-07 17:32:05 +0200 |
commit | 2d15e6808a217aea9ac7c56e0c4c8ef2dc58ec94 (patch) | |
tree | d4bad8b280205a6a17fbe1722c05c57590c728fa /svtools | |
parent | 9c6e57342912e60d87d27d07787d6efa05147a20 (diff) |
tdf#129537 call it none_line_button not none_color_button
Change-Id: I8b4c7028b7622d98531b1a0276d1047f47205368
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95691
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/uiconfig/ui/linewindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/uiconfig/ui/linewindow.ui b/svtools/uiconfig/ui/linewindow.ui index 10a1404b0b33..e283da492e75 100644 --- a/svtools/uiconfig/ui/linewindow.ui +++ b/svtools/uiconfig/ui/linewindow.ui @@ -14,7 +14,7 @@ <property name="spacing">6</property> <child> <object class="GtkButton" id="none_line_button"> - <property name="label" translatable="yes" context="linewindow|none_color_button">None</property> + <property name="label" translatable="yes" context="linewindow|none_line_button">None</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="can_default">True</property> |