diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2016-12-13 16:12:06 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-04-12 17:07:13 +0200 |
commit | ff707db0a86bd78ac32efb0d7d5b039c85d636b3 (patch) | |
tree | 234c9a415dd732f50a414968bba39dc2add789cb /sfx2 | |
parent | eae84fb805f8ba1bce72a64e78b8ef6f8eb22439 (diff) |
SafeMode: s/LibreOffice/%PRODUCTNAME/, small UI changes
nouns are written Upper Case only in German
also Cancel button looks odd as secondary
Change-Id: Id1b051cbb86ab69ea88c7b1da2cda3eb19f063de
Reviewed-on: https://gerrit.libreoffice.org/31971
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Tested-by: Katarina Behrens <Katarina.Behrens@cib.de>
(cherry picked from commit 8020215f1f502d30a5045689b865afc0092f126f)
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/safemodequerydialog.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/uiconfig/ui/safemodequerydialog.ui b/sfx2/uiconfig/ui/safemodequerydialog.ui index 60d6b3a426ed..6d9ba3a618be 100644 --- a/sfx2/uiconfig/ui/safemodequerydialog.ui +++ b/sfx2/uiconfig/ui/safemodequerydialog.ui @@ -32,7 +32,6 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">0</property> - <property name="secondary">True</property> </packing> </child> <child> @@ -61,7 +60,7 @@ <object class="GtkLabel" id="label"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Are you sure you want to restart %PRODUCTNAME and enter the Safe Mode?</property> + <property name="label" translatable="yes">Are you sure you want to restart %PRODUCTNAME and enter safe mode?</property> <property name="wrap">True</property> <property name="max_width_chars">80</property> <property name="lines">2</property> |