Adjust find public server UI

This commit is contained in:
Et0h 2015-08-30 11:28:05 +01:00
parent 44ff494f3b
commit 965f68f988
3 changed files with 5 additions and 6 deletions

View File

@ -1,4 +1,4 @@
version = '1.3.3'
milestone = 'Chami'
release_number = '16'
release_number = '17'
projectURL = 'http://syncplay.pl/'

View File

@ -278,7 +278,7 @@ en = {
"identifyascontroller-msgbox-label" : "Identify as room operator",
"identifyinfo-msgbox-label" : "Enter operator password for this room\r\n(see http://syncplay.pl/guide/ for usage instructions):",
"public-server-msgbox-label" : "Find public server (you must all use the same one!)",
"public-server-msgbox-label" : "Public server (you must all use the same one!)",
"megabyte-suffix" : " MB",
@ -646,7 +646,7 @@ ru = {
"identifyascontroller-msgbox-label" : u"Войти как оператор комнаты",
"identifyinfo-msgbox-label" : u"Введите пароль оператора комнаты\r\n(см. инструкцию на странице http://syncplay.pl/guide/):",
"public-server-msgbox-label" : "Find public server (you must all use the same one!)", # TODO: Translate into Russian
"public-server-msgbox-label" : "Public server (you must all use the same one!)", # TODO: Translate into Russian
"megabyte-suffix" : u" МБ", # Technically it is a mebibyte
@ -1012,7 +1012,7 @@ de = {
"identifyascontroller-msgbox-label" : u"Als Raumleiter identifizieren",
"identifyinfo-msgbox-label" : u"Passwort des zentral gesteuerten Raums eingeben\r\n(siehe http://syncplay.pl/guide/ für eine Anleitung [Englisch]):",
"public-server-msgbox-label" : "Find public server (you must all use the same one!)", # TODO: Translate into German
"public-server-msgbox-label" : "Public server (you must all use the same one!)", # TODO: Translate into German
"megabyte-suffix" : u" MB",

View File

@ -238,8 +238,7 @@ class ConfigDialog(QtGui.QDialog):
self.showErrorMessage(unicode(e))
return
dialog = QtGui.QInputDialog()
dialog.setOption(QtGui.QInputDialog.UseListViewForComboBoxItems)
dialog.setWindowTitle(getMessage("public-server-msgbox-label"))
dialog.setWindowTitle(getMessage("list-servers-label"))
dialog.setLabelText(getMessage("public-server-msgbox-label"))
serverTitles = []
serverDict = {}