The branch, build-main has been updated via c241457082a472b476e629c74ea1a1fee91605c1 (commit) from 949294d0cc5859afd8e4e6ab44be4f2b9c5bffdf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 1 + extension/nautilus-x2goumount.c | 6 +++--- po/de.po | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 750edf6..8dd6277 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ x2gognomebindings (2.0.2.0-0~x2go2) UNRELEASED; urgency=low * New upstream version (2.0.2.0): - Update man pages, move from section 8 (admin) to section 1 (general commands). + - Fix spelling error: Umount -> Unmount. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 31 Dec 2012 13:40:45 +0100 diff --git a/extension/nautilus-x2goumount.c b/extension/nautilus-x2goumount.c index 081abbe..ed5c523 100644 --- a/extension/nautilus-x2goumount.c +++ b/extension/nautilus-x2goumount.c @@ -78,9 +78,9 @@ static NautilusMenuItem *nautilus_x2goumount_create_menu_item (GList *files) NautilusMenuItem *item; - item = nautilus_menu_item_new ("NautilusX2goumount::umount", - _("Umount SSHFS Drive"), - _("Umount SSHFS Drive"), + item = nautilus_menu_item_new ("NautilusX2goumount::umount", + _("Unmount SSHFS Drive"), + _("Unmount SSHFS Drive"), 0l); g_signal_connect_data (item, diff --git a/po/de.po b/po/de.po index 6b2c0f0..c8ae80f 100644 --- a/po/de.po +++ b/po/de.po @@ -17,5 +17,5 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" #: ../extension/nautilus-x2goumount.c:77 ../extension/nautilus-x2goumount.c:78 -msgid "Umount SSHFS Drive" +msgid "Unmount SSHFS Drive" msgstr "Laufwerkeinbindung lösen" hooks/post-receive -- x2gognomebindings.git (GNOME bindings for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gognomebindings.git" (GNOME bindings for X2Go).