[Xfce4-commits] [panel-plugins/xfce4-mount-plugin] 01/02: used GTK_RESPONSE_OK in xfce dialogs; corrected German translation
noreply at xfce.org
noreply at xfce.org
Wed Jun 8 21:15:25 CEST 2016
This is an automated email from the git hooks/post-receive script.
timystery pushed a commit to branch master
in repository panel-plugins/xfce4-mount-plugin.
commit b8e1697050416c38bfcb809ea760f0a7363930bc
Author: Fabian <timystery at arcor.de>
Date: Wed Jun 8 20:56:17 2016 +0200
used GTK_RESPONSE_OK in xfce dialogs; corrected German translation
---
panel-plugin/devices.c | 12 ++++++------
po/de.po | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/panel-plugin/devices.c b/panel-plugin/devices.c
index ad16a49..47c640e 100644
--- a/panel-plugin/devices.c
+++ b/panel-plugin/devices.c
@@ -295,7 +295,7 @@ disk_mount (t_disk *pdisk, char *on_mount_cmd, char* mount_command, gboolean eje
_("Failed to mount device:"),
pdisk->device,
"gtk-ok",
- NULL,
+ GTK_RESPONSE_OK,
NULL);
goto out;
}
@@ -318,7 +318,7 @@ disk_mount (t_disk *pdisk, char *on_mount_cmd, char* mount_command, gboolean eje
_("Error executing on-mount command:"),
on_mount_cmd,
"gtk-ok",
- NULL,
+ GTK_RESPONSE_OK,
NULL);
}
@@ -381,7 +381,7 @@ out:
_("Failed to umount device:"),
pdisk->device,
"gtk-ok",
- NULL,
+ GTK_RESPONSE_OK,
NULL);
if (show_message_dialog && !eject && val == TRUE && exit_status == 0)
@@ -392,7 +392,7 @@ out:
_("The device should be removable safely now:"),
pdisk->device,
"gtk-ok",
- NULL,
+ GTK_RESPONSE_OK,
NULL);
if (show_message_dialog && disk_check_mounted(pdisk->device))
//xfce_dialog_show_error (NULL, NULL, _("An error occurred. The device \"%s\" should not be removed!"), pdisk->device);
@@ -402,7 +402,7 @@ out:
_("An error occurred. The device should not be removed:"),
pdisk->device,
"gtk-ok",
- NULL,
+ GTK_RESPONSE_OK,
NULL);
}
}
@@ -489,7 +489,7 @@ disks_new (gboolean include_NFSs, gboolean *showed_fstab_dialog, gint length)
_("Your /etc/fstab could not be read. This will severely degrade the plugin's abilities."),
NULL,
"gtk-ok",
- NULL,
+ GTK_RESPONSE_OK,
NULL);
/* gtk_dialog_run (GTK_DIALOG (dialog)); */
//g_signal_connect (dialog, "response",
diff --git a/po/de.po b/po/de.po
index 0a2e763..c2d3b19 100644
--- a/po/de.po
+++ b/po/de.po
@@ -101,7 +101,7 @@ msgstr "Fehler beim Ausführen des Befehls nach dem Einhängen:"
#: ../panel-plugin/devices.c:381
msgid "Failed to umount device:"
-msgstr "Gerät konnte nicht eingehängt werden:"
+msgstr "Gerät konnte nicht ausgehängt werden:"
#: ../panel-plugin/devices.c:392
msgid "The device should be removable safely now:"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list