diff --git a/SourceGithub/lang/strings_english.txt b/SourceGithub/lang/strings_english.txt index 36d1dd3..b9edf6b 100644 --- a/SourceGithub/lang/strings_english.txt +++ b/SourceGithub/lang/strings_english.txt @@ -9,7 +9,7 @@ $s_plugin_SourceGithub_description = 'Adds GitHub integration to the Source Integration framework.'; $s_plugin_SourceGithub_hub_username = 'GitHub Username'; -$s_plugin_SourceGithub_hub_reponame = 'GitHub Repository
(lowercase, dashed name)'; +$s_plugin_SourceGithub_hub_reponame = 'GitHub Repository Name
(no spaces; must match the name as received from the webservice\'s payload)'; $s_plugin_SourceGithub_hub_app_client_id = 'GitHub Application Client ID
For private repositories. Create a new GitHub Application if needed'; $s_plugin_SourceGithub_hub_app_secret = 'GitHub Application Secret
For private repositories'; $s_plugin_SourceGithub_hub_app_access_token = 'GitHub Application Access Token
For private repositories'; diff --git a/SourceGithub/lang/strings_german.txt b/SourceGithub/lang/strings_german.txt index 06aaa90..c63261d 100644 --- a/SourceGithub/lang/strings_german.txt +++ b/SourceGithub/lang/strings_german.txt @@ -9,5 +9,5 @@ $s_plugin_SourceGithub_description = 'Integration für GitHub über die VCS Basisintegration.'; $s_plugin_SourceGithub_hub_username = 'GitHub Benutzername'; -$s_plugin_SourceGithub_hub_reponame = 'GitHub Projektarchiv
(Kleingeschrieben, Unterstrich statt Leerzeichen)'; +$s_plugin_SourceGithub_hub_reponame = 'GitHub Projektarchiv
(Klein Leerzeichen)'; $s_plugin_SourceGithub_master_branch = 'Hauptzweige
(kommaseparierte Liste)';