diff options
Diffstat (limited to 'src/plugins/fs/namespace.c')
-rw-r--r-- | src/plugins/fs/namespace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/fs/namespace.c b/src/plugins/fs/namespace.c index 564a9fe6..8f7718d2 100644 --- a/src/plugins/fs/namespace.c +++ b/src/plugins/fs/namespace.c | |||
@@ -464,7 +464,7 @@ void create_namespace_clicked(GtkWidget * dummy1, | |||
464 | GTK_DIALOG_MODAL, | 464 | GTK_DIALOG_MODAL, |
465 | GTK_MESSAGE_ERROR, | 465 | GTK_MESSAGE_ERROR, |
466 | GTK_BUTTONS_CLOSE, | 466 | GTK_BUTTONS_CLOSE, |
467 | _("Failed to create namespace '%s'." | 467 | _("Failed to create namespace `%s'." |
468 | "Consult logs, most likely error is" | 468 | "Consult logs, most likely error is" |
469 | " that a namespace with that name " | 469 | " that a namespace with that name " |
470 | "already exists."), | 470 | "already exists."), |
@@ -532,7 +532,7 @@ void namespaceDelete_clicked(GtkWidget * dummy1, | |||
532 | GTK_DIALOG_MODAL, | 532 | GTK_DIALOG_MODAL, |
533 | GTK_MESSAGE_ERROR, | 533 | GTK_MESSAGE_ERROR, |
534 | GTK_BUTTONS_YES_NO, | 534 | GTK_BUTTONS_YES_NO, |
535 | _("Should the namespace '%s' really be deleted?"), | 535 | _("Should the namespace `%s' really be deleted?"), |
536 | list->name); | 536 | list->name); |
537 | ret = gtk_dialog_run(GTK_DIALOG(dialog)); | 537 | ret = gtk_dialog_run(GTK_DIALOG(dialog)); |
538 | gtk_widget_destroy(dialog); | 538 | gtk_widget_destroy(dialog); |