diff --git a/text.cpp b/text.cpp index 714f171..0685bb5 100644 --- a/text.cpp +++ b/text.cpp @@ -51,7 +51,8 @@ Tutorial video: https://www.youtube.com/watch?v=eecEOacF6mw Please contact me with any problems, feature requests, or questions relating to Textractor You can do so via the project homepage (issues section) or via email Source code available under GPLv3 at project homepage -I'm currently looking for a new job: email me if you know anyone hiring US software engineers)"; +I'm currently looking for a new job: email me if you know anyone hiring US software engineers +If you like this project, please tell everyone about it :))"; const wchar_t* UPDATE_AVAILABLE = L"Update available: download it from https://github.com/Artikash/Textractor/releases"; const wchar_t* ALREADY_INJECTED = L"Textractor: already injected"; const wchar_t* ARCHITECTURE_MISMATCH = L"Textractor: architecture mismatch: try 32 bit Textractor instead";