diff --git a/source/strings.h b/source/strings.h index c8f657f..2abba28 100644 --- a/source/strings.h +++ b/source/strings.h @@ -1,6 +1,6 @@ /* * Modern effects for a modern Streamer - * Copyright (C) 2016 - 2017 Michael Fabian Dirks + * Copyright (C) 2017 Michael Fabian Dirks * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,3 +23,4 @@ #define P_TRANSLATE(x) obs_module_text(x) #define P_DESC(x) x ".Description" +#define S_ADVANCED "Advanced" diff --git a/source/version.h.in b/source/version.h.in index 965e361..ad8f51f 100644 --- a/source/version.h.in +++ b/source/version.h.in @@ -1,6 +1,6 @@ /* - * A Plugin that integrates the AMD AMF encoder into OBS Studio - * Copyright (C) 2016 - 2017 Michael Fabian Dirks + * Modern effects for a modern Streamer + * Copyright (C) 2017 Michael Fabian Dirks * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by