Skip to content

Commit

Permalink
Get rid of Developer options and just call the menu 'Encryption'
Browse files Browse the repository at this point in the history
  • Loading branch information
olabini committed Aug 23, 2016
1 parent c76cb56 commit 166b769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gui/definitions/ConversationPane.xml
Expand Up @@ -9,7 +9,7 @@
<child>
<object class="GtkMenuItem" id="conversationMenu">
<property name="visible">true</property>
<property name="label" translatable="yes">_Developer options</property>
<property name="label" translatable="yes">_Encryption</property>
<property name="use-underline">True</property>
<child type="submenu">
<object class="GtkMenu" id="menu">
Expand Down
2 changes: 1 addition & 1 deletion gui/definitions/conversation_pane.go
Expand Up @@ -18,7 +18,7 @@ func (*defConversationPane) String() string {
<child>
<object class="GtkMenuItem" id="conversationMenu">
<property name="visible">true</property>
<property name="label" translatable="yes">_Developer options</property>
<property name="label" translatable="yes">_Encryption</property>
<property name="use-underline">True</property>
<child type="submenu">
<object class="GtkMenu" id="menu">
Expand Down

0 comments on commit 166b769

Please sign in to comment.