Skip to content

Commit

Permalink
Change options to "E-Mails" and "Ankündigungen"
Browse files Browse the repository at this point in the history
This commit changes Ankündigungs-Anhänge to Ankündigungen and
E-Mail-Anhänge to E-Mails because of full email and announcement support!
  • Loading branch information
Stefan Ahlers committed Apr 4, 2015
1 parent 41772fe commit d921572
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions options.ui
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<string>Einloggen</string>
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<iconset>
<normaloff>:/icons/login.png</normaloff>:/icons/login.png</iconset>
</property>
<property name="default">
Expand Down Expand Up @@ -106,7 +106,7 @@
<string>Durchsuchen</string>
</property>
<property name="icon">
<iconset resource="icons/icons.qrc">
<iconset>
<normaloff>:/icons/downloadDirectory.png</normaloff>:/icons/downloadDirectory.png</iconset>
</property>
</widget>
Expand Down Expand Up @@ -163,14 +163,14 @@
<item row="3" column="0">
<widget class="QCheckBox" name="emailAttachmentsCheckBox">
<property name="text">
<string>E-Mail-Anhänge</string>
<string>E-Mails</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="announcementAttachmentsCheckBox">
<property name="text">
<string>Ankündigungs-Anhänge</string>
<string>Ankündigungen</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -300,8 +300,6 @@
</item>
</layout>
</widget>
<resources>
<include location="icons/icons.qrc"/>
</resources>
<resources/>
<connections/>
</ui>

0 comments on commit d921572

Please sign in to comment.