Skip to content

Commit

Permalink
Resolve issues reported ( Broken URL, Rebranding Remnants ) (#1180)
Browse files Browse the repository at this point in the history
Jira: SDLCOM-4502
  • Loading branch information
FlaviuTritean authored Apr 7, 2023
1 parent e73b9f3 commit 22e5fa8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.0.0")]
[assembly: AssemblyFileVersion("4.0.1.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Persistance

public Persistance()
{
_persistancePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), @"SDL Community\RecordSourceTU\recordSourceTU.json");
_persistancePath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), @"Trados AppStore\RecordSourceTU\recordSourceTU.json");
}

public void Save(AddSourceTmConfigurations toSave)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class CommunitySupportAction : AbstractTellMeAction
{
public CommunitySupportAction()
{
Name = "SDL Community AppStore forum";
Name = "RWS Community AppStore forum";
}

public override bool IsAvailable => true;
Expand All @@ -19,7 +19,7 @@ public CommunitySupportAction()

public override void Execute()
{
Process.Start("https://community.sdl.com/product-groups/translationproductivity/f/160");
Process.Start("https://community.rws.com/product-groups/trados-portfolio/rws-appstore/f");
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class HelpAction : AbstractTellMeAction
{
public HelpAction()
{
Name = "Record Source TU wiki in the RWS Community";
Name = "Record Source TU plugin wiki";
}

public override bool IsAvailable => true;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public StoreAction()

public override void Execute()
{
Process.Start("https://appstore.sdl.com/language/app/record-source-tu/504/");
Process.Start("https://appstore.rws.com/Plugin/36");
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<PluginPackage xmlns="http://www.sdl.com/Plugins/PluginPackage/1.0">
<PlugInName>Record Source TU</PlugInName>
<Version>4.0.0.0</Version>
<Version>4.0.1.0</Version>
<Description> TM provider that could use an TM that contained at least one field value called "Source File" and then automatically stamp into that field value the full path and the file name of the source file</Description>
<Author>Trados AppStore Team</Author>
<RequiredProduct name="TradosStudio" minversion="17.0" maxversion="17.9" />
Expand Down

0 comments on commit 22e5fa8

Please sign in to comment.