diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2023-10-11 17:27:32 +0300 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2023-10-11 19:23:38 +0200 |
commit | 20f11111da9c698023cdf76d35bb4a34b2fee094 (patch) | |
tree | 7d7ce44aded5bc4514685d0017cafbe349ce4857 /cui | |
parent | 03013f35a6d931df4b59bd6578f012a9271b186c (diff) |
tdf#155044 Missed one Description to Alt Text spot
Change-Id: I4e454b1e3966007b04d6f50acf4249b9b80f5526
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157840
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/uiconfig/ui/objecttitledescdialog.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/objecttitledescdialog.ui b/cui/uiconfig/ui/objecttitledescdialog.ui index bcb121dc7797..3085ac6124d2 100644 --- a/cui/uiconfig/ui/objecttitledescdialog.ui +++ b/cui/uiconfig/ui/objecttitledescdialog.ui @@ -124,8 +124,8 @@ <object class="GtkLabel" id="desc_label"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="tooltip-text" translatable="yes" context="objecttitledescdialog|desc_label|tooltip_text">Give longer explanation of non-text content that is too complex to be described briefly in “Text Alternative”</property> - <property name="label" translatable="yes" context="objecttitledescdialog|desc_label">_Description:</property> + <property name="tooltip-text" translatable="yes" context="objecttitledescdialog|desc_label|tooltip_text">Give longer explanation of non-text content that is too complex to be described briefly in “Text”</property> + <property name="label" translatable="yes" context="objecttitledescdialog|desc_label">_Alt Text:</property> <property name="use-underline">True</property> <property name="xalign">0</property> </object> |