Skip to content

Commit

Permalink
Fix menu labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemcg committed Jan 6, 2018
1 parent ba32827 commit 31ab4ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/ui/RemarkableWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
<property name="visible">True</property>
<property name="sensitive">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes">Find</property>
<property name="label" translatable="yes">Find and Replace</property>
<property name="use_underline">True</property>
<accelerator key="f" signal="activate" modifiers="GDK_CONTROL_MASK"/>
</object>
Expand Down Expand Up @@ -310,7 +310,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Convert the selected text to lowercase</property>
<property name="label" translatable="yes">Convert To Lowercase</property>
<property name="label" translatable="yes">Convert to Lowercase</property>
<property name="use_underline">True</property>
</object>
</child>
Expand All @@ -319,7 +319,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Convert the selected text to titlecase</property>
<property name="label" translatable="yes">Convert To Titlecase</property>
<property name="label" translatable="yes">Convert to Titlecase</property>
<property name="use_underline">True</property>
</object>
</child>
Expand All @@ -328,7 +328,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Convert the selected text to uppercase</property>
<property name="label" translatable="yes">Convert To Uppercase</property>
<property name="label" translatable="yes">Convert to Uppercase</property>
<property name="use_underline">True</property>
</object>
</child>
Expand Down Expand Up @@ -376,7 +376,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Copy all of the text to the clipboard in HTML format</property>
<property name="label" translatable="yes">Copy To HTML</property>
<property name="label" translatable="yes">Copy to HTML</property>
<property name="use_underline">True</property>
</object>
</child>
Expand All @@ -385,7 +385,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip_text" translatable="yes">Copy the selected text to the clipboard in HTML format</property>
<property name="label" translatable="yes">Copy Selection To HTML</property>
<property name="label" translatable="yes">Copy Selection to HTML</property>
<property name="use_underline">True</property>
</object>
</child>
Expand Down

0 comments on commit 31ab4ab

Please sign in to comment.