diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-09-22 01:17:36 -0500 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-22 11:32:45 +0000 |
commit | e82b36ccbbdcdecbfc1b7744bc25f26204a78e33 (patch) | |
tree | f48271cd4c72568c543731a09c4c0f3705d98677 /sd/uiconfig/simpress/ui/photoalbum.ui | |
parent | 5139fad429cc70c5c235714e1e9530c28f9b722d (diff) |
fdo#78826 HIG: missing colons and capitalization in sd
* Title Case for headings and command buttons
* Sentence case for radio buttons, check boxes, etc.
Change-Id: I68342d2f4c66e2253dded31d80783b3629a3d1d6
Reviewed-on: https://gerrit.libreoffice.org/11577
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sd/uiconfig/simpress/ui/photoalbum.ui')
-rw-r--r-- | sd/uiconfig/simpress/ui/photoalbum.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/uiconfig/simpress/ui/photoalbum.ui b/sd/uiconfig/simpress/ui/photoalbum.ui index c6beab87c7a1..d099d36a855d 100644 --- a/sd/uiconfig/simpress/ui/photoalbum.ui +++ b/sd/uiconfig/simpress/ui/photoalbum.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.1 --> +<!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkListStore" id="liststore1"> @@ -306,7 +306,7 @@ <object class="GtkLabel" id="label7"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes">Slide Layout</property> + <property name="label" translatable="yes">Slide layout:</property> <property name="mnemonic_widget">opt_combo</property> </object> <packing> @@ -344,7 +344,7 @@ </child> <child> <object class="GtkCheckButton" id="asr_check"> - <property name="label" translatable="yes">Keep Aspect Ratio</property> + <property name="label" translatable="yes">Keep aspect ratio</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |