diff --git a/src/imports/MellowPlayer/Dialogs/AboutDialog.qml b/src/imports/MellowPlayer/Dialogs/AboutDialog.qml
index faf67d29..8eae8e4b 100644
--- a/src/imports/MellowPlayer/Dialogs/AboutDialog.qml
+++ b/src/imports/MellowPlayer/Dialogs/AboutDialog.qml
@@ -72,7 +72,7 @@ Popup {
}
Label {
- text: qsTr("Copyright 2014-2017 Colin Duquesnoy")
+ text: qsTr("Copyright 2014-2018 Colin Duquesnoy")
Layout.alignment: Qt.AlignCenter
}
diff --git a/src/main/CMakeLists.txt b/src/main/CMakeLists.txt
index 4d7da526..8b8156d3 100644
--- a/src/main/CMakeLists.txt
+++ b/src/main/CMakeLists.txt
@@ -4,15 +4,15 @@ include_directories(SYSTEM ../../3rdparty)
# Translation files
file(GLOB_RECURSE TS_FILES languages/*.ts)
set_source_files_properties(${TS_FILES} PROPERTIES OUTPUT_LOCATION ${CMAKE_CURRENT_SOURCE_DIR}/languages)
-if (UPDATE_TRANSLATIONS)
+#if (UPDATE_TRANSLATIONS)
message(STATUS "Update translations")
# update source only, pushing to transifex will update all other languages
set(TRANSLATION_DIRS ${CMAKE_SOURCE_DIR}/src/lib ${CMAKE_SOURCE_DIR}/src/imports)
qt5_create_translation(QM_FILES ${TRANSLATION_DIRS} languages/MellowPlayer_en.ts OPTIONS -noobsolete)
file(GLOB_RECURSE QM_FILES languages/*.qm)
-else()
- qt5_add_translation(QM_FILES ${TS_FILES})
-endif()
+#else()
+# qt5_add_translation(QM_FILES ${TS_FILES})
+#endif()
qt5_add_resources(RSCS languages/languages.qrc)
add_custom_target(gen_qrc DEPENDS ${RSCS} ${QM_FILES} ${TS_FILES})
add_custom_target(translations DEPENDS ${QM_FILES} ${TS_FILES})
diff --git a/src/main/languages/MellowPlayer_en.qm b/src/main/languages/MellowPlayer_en.qm
index f9da0579..06006ade 100644
Binary files a/src/main/languages/MellowPlayer_en.qm and b/src/main/languages/MellowPlayer_en.qm differ
diff --git a/src/main/languages/MellowPlayer_en.ts b/src/main/languages/MellowPlayer_en.ts
index d6676adc..bd87db60 100644
--- a/src/main/languages/MellowPlayer_en.ts
+++ b/src/main/languages/MellowPlayer_en.ts
@@ -15,8 +15,8 @@
-
-
+
+
diff --git a/src/plugins/plex/integration.js b/src/plugins/plex/integration.js
index a0663f9b..6fc209d1 100644
--- a/src/plugins/plex/integration.js
+++ b/src/plugins/plex/integration.js
@@ -17,7 +17,7 @@
//
//-----------------------------------------------------------------------------
// Based in part on utils.js of Nuvolaruntime, which is:
-// Copyright 2014-2017 Jiří Janoušek under the terms of BSD-2:
+// Copyright 2014-2018 Jiří Janoušek under the terms of BSD-2:
// Redistribution and use in source and binary forms, with or without modification,
// are permitted provided that the following conditions are met:
// 1. Redistributions of source code must retain the above copyright notice, this list of