mirror of
https://github.com/igniterealtime/Spark.git
synced 2026-03-22 07:25:49 +00:00
Error message should be shown when room config update failed.
This commit is contained in:
@ -55,6 +55,7 @@ import org.jivesoftware.smackx.muc.MultiUserChat;
|
||||
import org.jivesoftware.smackx.muc.RoomInfo;
|
||||
import org.jivesoftware.spark.SparkManager;
|
||||
import org.jivesoftware.spark.component.CheckBoxList;
|
||||
import org.jivesoftware.spark.component.MessageDialog;
|
||||
import org.jivesoftware.spark.util.GraphicUtils;
|
||||
import org.jivesoftware.spark.util.ModelUtil;
|
||||
import org.jivesoftware.spark.util.ResourceUtils;
|
||||
@ -241,6 +242,7 @@ public class DataFormDialog extends JPanel {
|
||||
}
|
||||
catch (XMPPException | SmackException e) {
|
||||
Log.error(e);
|
||||
MessageDialog.showErrorDialog( Res.getString( "group.send_config.error" ), e);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -422,6 +422,7 @@ group.search.form = Search form
|
||||
group.search.results = Search results
|
||||
group.chat.name.notification = Seen your name...
|
||||
group.chat.name.match = Your name has been said in group chat:
|
||||
group.send_config.error = An exception occurred while trying to save the updated form!
|
||||
|
||||
label.na = n/a
|
||||
label.home = Home
|
||||
|
||||
Reference in New Issue
Block a user