diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-06-02 07:21:56 -0500 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-06-02 07:21:56 -0500 |
commit | e96adee1feadb2ba6a6e4aba22cab34aeccc7a31 (patch) | |
tree | 663bacaf6e7cb2dab6f6f3174386786051b4f707 /sfx2/uiconfig/ui | |
parent | 614759eac67865b41e893711b4d1d3d108aefad0 (diff) |
tdf#88178 Avoid naming two distinct buttons the same…
… when these are in the same screen.
Change-Id: I4e162a485f4511ae3e008446d5712562562ed64f
Diffstat (limited to 'sfx2/uiconfig/ui')
-rw-r--r-- | sfx2/uiconfig/ui/documentinfopage.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/documentinfopage.ui b/sfx2/uiconfig/ui/documentinfopage.ui index 7d75d8ad7bb2..4697207ce43d 100644 --- a/sfx2/uiconfig/ui/documentinfopage.ui +++ b/sfx2/uiconfig/ui/documentinfopage.ui @@ -217,7 +217,7 @@ </child> <child> <object class="GtkButton" id="reset"> - <property name="label" translatable="yes">Reset</property> + <property name="label" translatable="yes">Reset Properties</property> <property name="use_action_appearance">False</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |