fix #81
This commit is contained in:
Generated
+9
@@ -3416,6 +3416,15 @@ namespace ChatTwo.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Unable to find ID for this message, please try another one..
|
||||
/// </summary>
|
||||
internal static string PartyInvite_NoId {
|
||||
get {
|
||||
return ResourceManager.GetString("PartyInvite_NoId", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Discard.
|
||||
/// </summary>
|
||||
|
||||
@@ -964,6 +964,9 @@
|
||||
<data name="Context_CopySuccess">
|
||||
<value>Copied message to clipboard</value>
|
||||
</data>
|
||||
<data name="PartyInvite_NoId">
|
||||
<value>Unable to find ID for this message, please try another one.</value>
|
||||
</data>
|
||||
<data name="Context_CopyLink" xml:space="preserve">
|
||||
<value>Copy link to clipboard</value>
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user