Skip to content

Commit

Permalink
Merge pull request #11 from alexdillon/feature/RenameGallery
Browse files Browse the repository at this point in the history
Added External to the naming for the gallery plugin
  • Loading branch information
alexdillon authored Jun 2, 2020
2 parents 470638b + 6defeb9 commit b444fbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gallery/GalleryPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class GalleryPlugin : GroupMeClientPlugin.PluginBase, IGroupChatPlugin
{
public string PluginName => this.PluginDisplayName;

public override string PluginDisplayName => "Image Gallery (Classic)";
public override string PluginDisplayName => "Image Gallery (External, Classic)";

public override string PluginVersion => Assembly.GetExecutingAssembly().GetName().Version.ToString();

Expand Down
2 changes: 1 addition & 1 deletion Gallery/ModernGalleryPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public class ModernGalleryPlugin : GroupMeClientPlugin.PluginBase, IGroupChatPlu
{
public string PluginName => this.PluginDisplayName;

public override string PluginDisplayName => "Image Gallery";
public override string PluginDisplayName => "Image Gallery (External)";

public override string PluginVersion => Assembly.GetExecutingAssembly().GetName().Version.ToString();

Expand Down

0 comments on commit b444fbc

Please sign in to comment.