Finished create project dialog

This commit is contained in:
2014-08-16 13:55:07 +03:00
parent c933b96347
commit 1e6ba1375f
5 changed files with 49 additions and 80 deletions

View File

@ -249,6 +249,15 @@ namespace RainmeterStudio.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Select project path.
/// </summary>
public static string CreateProjectDialog_Browse_Title {
get {
return ResourceManager.GetString("CreateProjectDialog_Browse_Title", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Location:.
/// </summary>
@ -277,7 +286,7 @@ namespace RainmeterStudio.Resources {
}
/// <summary>
/// Looks up a localized string similar to Path:.
/// Looks up a localized string similar to Full path:.
/// </summary>
public static string CreateProjectDialog_Path {
get {

View File

@ -184,7 +184,7 @@
<value>Name:</value>
</data>
<data name="CreateProjectDialog_Path" xml:space="preserve">
<value>Path:</value>
<value>Full path:</value>
</data>
<data name="CreateProjectDialog_PathCreateFolder" xml:space="preserve">
<value>Create directory for project</value>
@ -237,4 +237,7 @@
<data name="ProjectTemplate_EmptyProject_DisplayText" xml:space="preserve">
<value>Empty project</value>
</data>
<data name="CreateProjectDialog_Browse_Title" xml:space="preserve">
<value>Select project path</value>
</data>
</root>