diff --git a/syncplay/__init__.py b/syncplay/__init__.py index 639507b..1b0e2cc 100644 --- a/syncplay/__init__.py +++ b/syncplay/__init__.py @@ -1,4 +1,4 @@ version = '1.3.3' milestone = 'Chami' -release_number = '16' +release_number = '17' projectURL = 'http://syncplay.pl/' diff --git a/syncplay/messages.py b/syncplay/messages.py index 42df2a4..31a16bb 100755 --- a/syncplay/messages.py +++ b/syncplay/messages.py @@ -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", diff --git a/syncplay/ui/GuiConfiguration.py b/syncplay/ui/GuiConfiguration.py index d7ddf33..cd55ae9 100644 --- a/syncplay/ui/GuiConfiguration.py +++ b/syncplay/ui/GuiConfiguration.py @@ -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 = {}