Add a not-yet implimented message

This commit is contained in:
Tim Young 2017-08-02 16:57:04 -05:00
parent 1a94d5e671
commit b9b9dbdf34
2 changed files with 9 additions and 0 deletions

View File

@ -1009,5 +1009,10 @@ namespace EduNetworkBuilder
return OFD;
}
public static void NotImplimentedMessage()
{
MessageBox.Show(Translate("NB_NotImplimented"));
}
}
}

View File

@ -1769,6 +1769,10 @@
<value>You must load a user profile before you can open a homework file.</value>
<comment>NB_LoadUserFirst = You must load a user profile before you can open a homework file.</comment>
</data>
<data name="NB_NotImplimented" xml:space="preserve">
<value>This feature is not yet implimented.</value>
<comment>NB_NotImplimented = This feature is not yet implimented.</comment>
</data>
<data name="NB_SubmitClasswork" xml:space="preserve">
<value>Submit Classwork</value>
<comment>NB_SubmitClasswork = Submit Classwork</comment>