Skip to content

Commit

Permalink
Fixed bug in handler_editor.glade
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
Laharah committed Sep 4, 2016
1 parent 6b48a1b commit e30aed5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions filebottool/data/handler_editor.glade
Expand Up @@ -313,7 +313,7 @@
</packing>
</child>
<child>
<widget class="GtkLabel" id="language_code_label1">
<widget class="GtkLabel" id="language_code_label">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="tooltip" translatable="yes">2 character language code
Expand All @@ -328,7 +328,7 @@
</packing>
</child>
<child>
<widget class="GtkEntry" id="language_code_entry1">
<widget class="GtkEntry" id="language_code_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">2 character language code
Expand Down Expand Up @@ -467,7 +467,7 @@
</packing>
</child>
<child>
<widget class="GtkLabel" id="language_code_label">
<widget class="GtkLabel" id="subs_language_lable">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="has_tooltip">True</property>
Expand All @@ -482,7 +482,7 @@
</packing>
</child>
<child>
<widget class="GtkEntry" id="language_code_entry">
<widget class="GtkEntry" id="subs_language_entry">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="tooltip" translatable="yes">2 character language code
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
__plugin_name__ = "FileBotTool"
__author__ = "laharah"
__author_email__ = "laharah+fbt@gmail.com"
__version__ = "1.1.0"
__version__ = "1.1.1"
__url__ = "https://github.com/Laharah/deluge-FileBotTool"
__license__ = "GPLv3"
__description__ = "Integrates FileBot functionality to Deluge"
Expand Down

0 comments on commit e30aed5

Please sign in to comment.