Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<div>
The message should be displayed:<br/>
'If working space is empty, the plug needs clone the repository, before it can display the contents. This may take some time if you have a slow connection or repository is large.'<br/>
The message is displayed under the selection field. Only for revisions as a parameter type.
The message should be displayed:
<blockquote>
<p>
If the workspace is empty, the plugin needs to clone the repository before it can display the contents.
This may take some time if you have a slow connection or the repository is large.
</p>
</blockquote>
The message is displayed under the selection field for a <code>revision</code> parameter type.
</div>
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
retrieving.references=Retrieving Git references...
needs.to.clone=If working space is empty, the plug needs clone the repository, before it can display the contents. This may take some time if you have a slow connection or repository is large.
needs.to.clone=If the workspace is empty, the plugin needs to clone the repository before it can display the contents. This may take some time if you have a slow connection or the repository is large.