Add a not-yet implimented message
This commit is contained in:
parent
1a94d5e671
commit
b9b9dbdf34
@ -1009,5 +1009,10 @@ namespace EduNetworkBuilder
|
|||||||
return OFD;
|
return OFD;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static void NotImplimentedMessage()
|
||||||
|
{
|
||||||
|
MessageBox.Show(Translate("NB_NotImplimented"));
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1769,6 +1769,10 @@
|
|||||||
<value>You must load a user profile before you can open a homework file.</value>
|
<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>
|
<comment>NB_LoadUserFirst = You must load a user profile before you can open a homework file.</comment>
|
||||||
</data>
|
</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">
|
<data name="NB_SubmitClasswork" xml:space="preserve">
|
||||||
<value>Submit Classwork</value>
|
<value>Submit Classwork</value>
|
||||||
<comment>NB_SubmitClasswork = Submit Classwork</comment>
|
<comment>NB_SubmitClasswork = Submit Classwork</comment>
|
||||||
|
Loading…
Reference in New Issue
Block a user