Fix a typo in ssl dialog

This commit is contained in:
Klaas Freitag 2012-06-18 18:27:06 +02:00
parent 17377fc92d
commit 5e2729ddef
2 changed files with 2 additions and 2 deletions

View File

@ -76,6 +76,6 @@ add_subdirectory(src)
if(BUILD_OWNCLOUD_OSX_BUNDLE)
install( FILES exclude.lst DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/Resources )
else()
install( FILES exclude.lst DESTINATION ${CMAKE_INSTALL_SYSCONFDIR} )
install( FILES exclude.lst DESTINATION /etc )
endif()

View File

@ -22,7 +22,7 @@
</font>
</property>
<property name="text">
<string>Check if you want t continue via SSL and trust the shown certificates.</string>
<string>Check if you want to continue via SSL and trust the shown certificates.</string>
</property>
</widget>
</item>