commit 5b3c1bee4b46fc9646f3c25e83faba9c66257c78 Author: Bastien Nocera Date: Mon Oct 22 16:00:04 2012 +0200 3.7.1 NEWS | 44 ++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) commit e12f23811bc7f1b6ad83a0e7aa3fbf6367752298 Author: Bastien Nocera Date: Mon Oct 22 16:04:27 2012 +0200 po: Add missing file po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit 8ba8f2e033326acbc234a2c0848921aa342b8a0c Author: Dan Winship Date: Thu Oct 18 07:23:42 2012 -0400 network: add support for showing bond slaves https://bugzilla.gnome.org/show_bug.cgi?id=677147 panels/network/Makefile.am | 2 + panels/network/cc-network-panel.c | 49 +++++++---- panels/network/cc-network-panel.h | 2 + panels/network/net-device-bond.c | 170 +++++++++++++++++++++++++++++++++++++ panels/network/net-device-bond.h | 58 +++++++++++++ panels/network/net-device-simple.c | 33 +++++++ panels/network/net-device-simple.h | 4 + panels/network/network-simple.ui | 3 +- 8 files changed, 303 insertions(+), 18 deletions(-) commit cb2eacdfd40fc607a2622d62c8a3134368138da2 Author: Dan Winship Date: Tue Oct 2 15:51:27 2012 -0400 network: minimal support for unrecognized device types https://bugzilla.gnome.org/show_bug.cgi?id=677151 panels/network/cc-network-panel.c | 3 ++- panels/network/panel-common.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) commit fa31613bd9a0b2c314abfc04c4dfe2ed53ba614f Author: Dan Winship Date: Wed Oct 17 15:35:26 2012 -0400 network: update for nma-wifi-dialog renaming The old names are deprecated. https://bugzilla.gnome.org/show_bug.cgi?id=677151 panels/network/network-dialogs.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) commit 3ce73cb8b20bdd1f91e4b0c7759d04e07cc4b9f0 Author: Ondrej Holy Date: Thu Oct 4 13:46:49 2012 +0200 user-accounts: Use GtkGrid instead GtkTable https://bugzilla.gnome.org/show_bug.cgi?id=681772 panels/user-accounts/data/user-accounts-dialog.ui | 83 ++++++++++++----------- 1 file changed, 42 insertions(+), 41 deletions(-) commit 9864297c717dd14fafcdf491e14ec4ba28b1c6a4 Author: Ondrej Holy Date: Fri Oct 19 10:12:58 2012 +0200 user-accounts: fix wrong sensitivity of the autologin combo https://bugzilla.gnome.org/show_bug.cgi?id=686383 panels/user-accounts/um-user-panel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit f6cc4a970a98f82a2eb1c70515648869bc8bdb90 Author: Bastien Nocera Date: Mon Oct 22 10:52:19 2012 +0200 user-accounts: Require logind for session tracking As is already used in gnome-settings-daemon. configure.ac | 18 +----------------- panels/user-accounts/um-user.c | 42 +----------------------------------------- 2 files changed, 2 insertions(+), 58 deletions(-) commit 3fd861b3f085319aaf951d5f9c9a62927af185c9 Author: Bastien Nocera Date: Thu Oct 18 09:45:06 2012 +0200 network: Remove setting of unused configuration key panels/network/net-proxy.c | 6 ------ 1 file changed, 6 deletions(-) commit 43f33b13873bcac42d0d0eec228c29f4f2150826 Author: Bastien Nocera Date: Thu Oct 18 09:08:32 2012 +0200 datetime: Use constants for pin nail's location panels/datetime/cc-timezone-map.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 1d4051eb4b0bddc76db39e9793a0781853735b37 Author: Matej Urbančič Date: Sat Oct 20 00:14:58 2012 +0200 Updated Slovenian translation po/sl.po | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 387a37251a7572fee021512fba20b790c515edba Author: Matej Urbančič Date: Fri Oct 19 23:39:47 2012 +0200 Updated Slovenian translation po/sl.po | 74 +++++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 47 insertions(+), 27 deletions(-) commit a37720f11f9d43bf31b5c99b4f49f0af2dcd7141 Author: Olivier Fourdan Date: Fri Oct 19 15:42:56 2012 +0200 wacom: Update from gnome-settings-daemon panels/wacom/gsd-input-helper.c | 29 ++++++- panels/wacom/gsd-input-helper.h | 2 + panels/wacom/gsd-wacom-device.c | 163 ++++++++++++++++++++++++++++++++-------- panels/wacom/gsd-wacom-device.h | 2 + 4 files changed, 164 insertions(+), 32 deletions(-) commit 2c258f5e954ff2039221d2a33acadb9aff6ad2cb Author: Daniel Mustieles Date: Fri Oct 19 13:33:36 2012 +0200 Updated Spanish translation po/es.po | 903 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 481 insertions(+), 422 deletions(-) commit 48ae4619916756951676988bc74bd183cec404c7 Author: Stef Walter Date: Thu Oct 18 18:37:24 2012 +0200 user-accounts: Don't have domains twice in the drop down If we discover domains again, don't add them twice to the drop down and confuse the user. This is especially important if we receive two realms from realmd for the same domain for use with different clients (ie: sssd/winbind). We only want to offer the first choice https://bugzilla.gnome.org/show_bug.cgi?id=686397 panels/user-accounts/um-account-dialog.c | 34 ++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) commit 11b5c87d26d58afe104eb48e08156f36f66165a2 Author: Stef Walter Date: Thu Oct 18 18:40:00 2012 +0200 user-accounts: Set timeouts on all realmd interface proxies Without this, we can get timeout problems during joining a domain. This is a regression from when we refactored UmRealmManager to use GDBusObjectManagerClient. Make sure to call g_dbus_proxy_set_default_timeout() on all realmd interface proxies whenever they show up. https://bugzilla.gnome.org/show_bug.cgi?id=686390 panels/user-accounts/um-realm-manager.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) commit 0736f853301b89804629a1aa6e80c3d7afaaad38 Author: Matej Urbančič Date: Thu Oct 18 08:15:04 2012 +0200 Updated Slovenian translation po/sl.po | 139 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 72 insertions(+), 67 deletions(-) commit 56f3f84e197c051f347f15a71d56cb584faafd13 Author: Matthias Clasen Date: Tue Oct 16 22:25:18 2012 -0400 network: Add an 'Ignore Hosts' entry to the proxy page This is needed in many situations where proxies are set up manually. https://bugzilla.gnome.org/show_bug.cgi?id=658155 panels/network/net-proxy.c | 53 +++++++++++++++++++++++++++++++++++++++++ panels/network/network-proxy.ui | 33 +++++++++++++++++++++++++ 2 files changed, 86 insertions(+) commit 85dbe0172518d6f90d3064e1137aa5ffe54326e3 Author: Matthias Clasen Date: Tue Oct 16 14:36:16 2012 -0400 network: Fix 8021x connections We were always throwing away requests to connect to 8021x APs, due to missing braces. https://bugzilla.gnome.org/show_bug.cgi?id=686244 panels/network/cc-network-panel.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 0d9fd1005f078076eefa0ddc846fdf7d37b96bcb Author: Bastien Nocera Date: Wed Oct 17 09:38:05 2012 +0200 background: Fix crash when exiting panel too quickly The background capture would still be on-going, and we would crash poking at the now gone panel. https://bugzilla.redhat.com/show_bug.cgi?id=866973 panels/background/cc-background-panel.c | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) commit e06657e7da4dd849bb8e8fdb0c482184b392a534 Author: Bastien Nocera Date: Wed Oct 17 09:37:10 2012 +0200 background: Handle copy cancellation correctly Make sure to avoid poking at the panel when the file copy is cancelled. panels/background/cc-background-panel.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) commit aecd7c860ded37e14ec27e7dda3122cb6782df00 Author: Bastien Nocera Date: Mon Oct 15 19:36:50 2012 +0200 info: Detect and display Virtualisation method used Using systemd's "Virtualization" property on the systemd manager object. We translate the raw names (as detected by systemd-detect-virt) into (barely) human readable strings. https://bugzilla.gnome.org/show_bug.cgi?id=685531 panels/info/cc-info-panel.c | 121 ++++++++++++++++++++++++++++++++++++++++++++ panels/info/info.ui | 44 ++++++++++++++-- 2 files changed, 160 insertions(+), 5 deletions(-) commit c395e9ac232e92a80b51b93f4654270cfb88712b Author: Bastien Nocera Date: Mon Oct 15 18:51:13 2012 +0200 info: Use g_clear_* in finalize() panels/info/cc-info-panel.c | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) commit f2b1829db328b4de13901ebdd331e67261b23d9b Author: Bastien Nocera Date: Mon Oct 15 18:42:48 2012 +0200 info: Update target GTK+ version panels/info/info.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 63170459ab4204d04429fafe3db54d12a3ebffa2 Author: Andreas Nesdal Date: Tue Oct 16 20:58:10 2012 +0200 Updated Norwegian Nynorsk translation (sync with Ubuntu) po/nn.po | 7646 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 4264 insertions(+), 3382 deletions(-) commit dbd7d7b0806e2788ad8ef4de5f0ba9c6ce7aa316 Author: Matej Urbančič Date: Tue Oct 16 08:34:43 2012 +0200 Updated Slovenian translation po/sl.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit bfea4ead44f21d9f300e983b2614cafe2db95ff0 Author: Matej Urbančič Date: Mon Oct 15 19:27:45 2012 +0200 Updated Slovenian translation po/sl.po | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) commit d294951433fb5902d1e5185e4827daea382396aa Author: Bastien Nocera Date: Mon Oct 15 16:13:55 2012 +0200 info: Don't block for PackageKit Hanging for 30 seconds when PackageKit doesn't work properly isn't cool, so do this async. panels/info/cc-info-panel.c | 86 ++++++++++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 37 deletions(-) commit 80f7c38137553285082f10dc3869b19151d6a19e Author: Bastien Nocera Date: Mon Oct 15 16:04:17 2012 +0200 info: Split out updates checking panels/info/cc-info-panel.c | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) commit 39a7520db1d203962de1fcd05375ed817bad584b Author: Bastien Nocera Date: Mon Oct 15 15:59:55 2012 +0200 info: Check for GtkBuilder error properly panels/info/cc-info-panel.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) commit e556a38af3077501eb8dd9a2547b28dfbf3a2c0d Author: Bastien Nocera Date: Mon Oct 15 15:59:32 2012 +0200 info: Add error output to warning panels/info/cc-info-panel.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) commit 074a495f9737e76b28ed583d252b5361346229e2 Author: Stef Walter Date: Sat Oct 6 13:01:03 2012 -0400 user-accounts: Recognize that some kerberos domains cannot be joined realmd supports discovering generic kerberos domains, which cannot be joined. Add a usable error message in gnome-control-center in this case. https://bugzilla.gnome.org/show_bug.cgi?id=685618 panels/user-accounts/um-realm-manager.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) commit 60e9ee0f07511b40be146a6b4ef320b9e339e8b8 Author: Stef Walter Date: Sat Oct 6 12:17:21 2012 -0400 user-accounts: Remove the realmd version check The idea is that the realmd DBus API will remain stable from now on, so remove the version check. It was broken anyway. https://bugzilla.gnome.org/show_bug.cgi?id=685616 panels/user-accounts/um-realm-manager.c | 167 +++++++++++++++++--------------- 1 file changed, 91 insertions(+), 76 deletions(-) commit d62f17f35bc5e5b5342c1272080c65cd533df7c9 Author: Ask H. Larsen Date: Mon Oct 15 06:35:02 2012 +0200 Updated Danish translation po/da.po | 781 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 413 insertions(+), 368 deletions(-) commit fca5ca3b8302ad9f8e98a15a4bc14d01847a1013 Author: Matej Urbančič Date: Sun Oct 14 15:49:07 2012 +0200 Updated Slovenian translation po/sl.po | 244 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 119 insertions(+), 125 deletions(-) commit 4e874841d51fef49167cd0f88196fdaae0a579bd Author: Kjartan Maraas Date: Sat Oct 13 12:38:39 2012 +0200 Updated Norwegian bokmål translation po/nb.po | 1086 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 519 insertions(+), 567 deletions(-) commit 1748721fd736284a690b22055be2f05a8be15846 Author: Arash Mousavi Date: Sat Oct 13 10:16:34 2012 +0330 L10N: Updated Persian translation po/fa.po | 729 +++++++++++++++++++++++++-------------------------------------- 1 file changed, 293 insertions(+), 436 deletions(-) commit 9a532ff3d5bc2588c4d3920687c9a1530232277f Author: Piotr Drąg Date: Sat Oct 13 01:22:05 2012 +0200 Updated POTFILES.in po/POTFILES.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 5b2818c482ad7aa44057743b5ab3343bd777e622 Author: Ondrej Holy Date: Thu Oct 11 10:32:42 2012 +0200 mouse: Don't show touchpad disable button when there isn't mouse https://bugzilla.gnome.org/show_bug.cgi?id=685583 panels/mouse/gnome-mouse-properties.c | 2 ++ 1 file changed, 2 insertions(+) commit 75e0fa8449fddb0835da9f2f9bf14fc463c3f740 Author: Bastien Nocera Date: Thu Oct 11 13:13:32 2012 +0200 screen: Don't print a warning with no backlight device panels/screen/cc-screen-panel.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit 39bde7a012856b334e44143b5db521c7a2f603e8 Author: Bastien Nocera Date: Tue Jun 12 18:22:28 2012 +0100 screen: Avoid accessing destroyed panel When we cancel the Brightness calls because the panel is getting destroyed, we shouldn't try to access panel widgets. https://bugzilla.gnome.org/show_bug.cgi?id=677963 panels/screen/cc-screen-panel.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) commit f182ac98f47f43c3dc5a73ae8e4c76b139746287 Author: Bastien Nocera Date: Thu Oct 11 09:22:07 2012 +0200 network: Add more keywords to the desktop file panels/network/gnome-network-panel.desktop.in.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 63756458b2de0d730763cc2acbd510659e4d00a5 Author: Dan Winship Date: Thu Sep 27 16:15:19 2012 -0400 network: disambiguate devices of the same type If there are multiple devices that would end up with the same name in the device list, disambiguate their names via new libnm-gtk API. https://bugzilla.gnome.org/show_bug.cgi?id=677143 panels/network/cc-network-panel.c | 90 +++++++++++++++++++++++++++++++++----- panels/network/net-device-mobile.c | 6 +-- panels/network/net-device-simple.c | 6 +-- panels/network/net-device-wifi.c | 2 +- panels/network/net-object.c | 4 +- panels/network/panel-common.c | 43 ------------------ panels/network/panel-common.h | 1 - 7 files changed, 88 insertions(+), 64 deletions(-) commit 71c0325f28bcd7230a91031f2c4a871c60b736f9 Author: Dan Winship Date: Wed Aug 29 14:39:52 2012 -0400 network: Factor out most of NetDeviceWired, create NetDeviceEthernet Rename NetDeviceWired to NetDeviceEthernet, but split out most of the code into a new NetDeviceSimple superclass that can later be used for other device types that we provide only minimal UI/support for. https://bugzilla.gnome.org/show_bug.cgi?id=677143 panels/network/Makefile.am | 8 +- panels/network/cc-network-panel.c | 4 +- panels/network/net-device-ethernet.c | 65 +++++++ panels/network/net-device-ethernet.h | 58 ++++++ panels/network/net-device-simple.c | 280 +++++++++++++++++++++++++++++ panels/network/net-device-simple.h | 63 +++++++ panels/network/net-device-wired.c | 259 --------------------------- panels/network/net-device-wired.h | 58 ------ panels/network/network-simple.ui | 332 +++++++++++++++++++++++++++++++++++ panels/network/network-wired.ui | 332 ----------------------------------- 10 files changed, 805 insertions(+), 654 deletions(-) commit 9e5a8eb5c8bce86b0762886dcda82f15c4ade7cc Author: Dan Winship Date: Wed Aug 29 13:11:35 2012 -0400 network: Rename "Wireless" to "Wi-Fi" in the UI We support multiple kinds of wireless networks; clarify which kind we're talking about here. Also, add "Wi-Fi" and "Wifi" to the desktop file search keywords (leaving "Wireless" there as well). https://bugzilla.gnome.org/show_bug.cgi?id=677143 panels/network/gnome-network-panel.desktop.in.in | 2 +- panels/network/network-wifi.ui | 10 +++++----- panels/network/panel-common.c | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) commit cb89cee1517b8466550e9bcb87d93c12271d2808 Author: Matej Urbančič Date: Wed Oct 10 22:05:28 2012 +0200 Updated Slovenian translation po/sl.po | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) commit 0e037561c325def364f93871abf4d5294ce61802 Author: Bastien Nocera Date: Fri Sep 28 01:26:48 2012 +0200 background: Optimise preview for the usual shell layout The area of screen to capture would be a ribbon at the top, so just capture that instead of the whole screen, just to clear it afterwards. https://bugzilla.gnome.org/show_bug.cgi?id=684993 panels/background/cc-background-panel.c | 101 ++++++++++++++++++++++---------- 1 file changed, 70 insertions(+), 31 deletions(-) commit 2def4855261735502dc5349d58336fb32a326270 Author: Bastien Nocera Date: Tue Oct 9 15:49:51 2012 +0200 keyboard: Ensure the dir name shown matches the XDG Pictures dir If the Pictures directory was renamed, or the directory name doesn't match the current language, the dir name would have been wrong. Enable translator to leave a space for the directory name in their translation. https://bugzilla.gnome.org/show_bug.cgi?id=685605 panels/keyboard/01-screenshot.xml.in | 12 ++++++------ panels/keyboard/keyboard-shortcuts.c | 33 ++++++++++++++++++++++++++++++++- 2 files changed, 38 insertions(+), 7 deletions(-) commit ee673b73893be2ce8d87e96d6f7904d046cb05a0 Author: Stef Walter Date: Sat Oct 6 12:27:34 2012 -0400 user-accounts: Complete discover on failure When realmd discovery doesn't return a domain, complete the discovery appropriately. Previously we would never complete. https://bugzilla.gnome.org/show_bug.cgi?id=685617 panels/user-accounts/um-realm-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit aa3098ebcdfd34b11c9b8ed3b8ad7ab5d94d442b Author: Fran Diéguez Date: Tue Oct 9 11:06:36 2012 +0200 Updated Galician translations po/gl.po | 476 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 248 insertions(+), 228 deletions(-) commit 59274ed1155c65a05e47893d7b511e95ff864d80 Author: Matej Urbančič Date: Tue Oct 9 11:04:22 2012 +0200 Updated Slovenian translation po/sl.po | 480 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 250 insertions(+), 230 deletions(-) commit bd26688df9893d935c6004f32b0d5e60fdc09ad6 Author: Ondrej Holy Date: Wed Aug 29 15:18:24 2012 +0200 user-accounts: Logged in status identification https://bugzilla.gnome.org/show_bug.cgi?id=681769 panels/user-accounts/um-password-dialog.c | 2 +- panels/user-accounts/um-user-panel.c | 6 +-- panels/user-accounts/um-user.c | 63 +++++++++++++++++++++++++++++-- panels/user-accounts/um-user.h | 12 ++++-- 4 files changed, 72 insertions(+), 11 deletions(-) commit d6f2d07ddbf283187f01ebbca9ac01bb2136b464 Author: Stef Walter Date: Tue Aug 14 17:30:23 2012 +0200 user-accounts: Remove the autologin checkmark We want to use a checkmark to show the currently logged in status. https://bugzilla.gnome.org/show_bug.cgi?id=681769 panels/user-accounts/um-user-panel.c | 40 +----------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) commit 94c070407fecf6fdcbc4ae7576c835f0ffd412aa Author: Bastien Nocera Date: Tue Oct 9 10:31:53 2012 +0200 Update DOAP file to reflect reality gnome-control-center.doap | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) commit a182126f14eee8c4599619095ef505d4b1f758c6 Author: Bastien Nocera Date: Tue Oct 9 10:21:40 2012 +0200 network: Use a better string for the hidden network button https://bugzilla.gnome.org/show_bug.cgi?id=684819 panels/network/network-wifi.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit d5d66b940a1cb11aedb9f9cf9be8925e6807c634 Author: Bastien Nocera Date: Wed Sep 19 12:15:02 2012 +0200 network: Clarify some Hotspot related strings https://bugzilla.gnome.org/show_bug.cgi?id=684202 panels/network/net-device-wifi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b61b4b2a6451cec8ee31eee65a77a83e1777ebc1 Author: Piotr Drąg Date: Fri Sep 28 04:16:09 2012 +0200 mouse: Improve contexts for ambiguous strings https://bugzilla.gnome.org/show_bug.cgi?id=684336 panels/mouse/gnome-mouse-properties.ui | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit d521bf0693af5a7a316c3d4a2792dd8c21c190c8 Author: Piotr Drąg Date: Fri Sep 28 04:12:10 2012 +0200 keyboard: Improve contexts for ambiguous strings https://bugzilla.gnome.org/show_bug.cgi?id=684336 panels/keyboard/gnome-keyboard-panel.ui | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit b437d059fdfb042aed3a52d075c74a90ddf04a1c Author: Piotr Drąg Date: Wed Sep 19 01:43:14 2012 +0200 universal-access: Improve contexts for ambiguous strings https://bugzilla.gnome.org/show_bug.cgi?id=684336 panels/universal-access/uap.ui | 20 ++++++++++---------- panels/universal-access/zoom-options.ui | 18 +++++++++--------- 2 files changed, 19 insertions(+), 19 deletions(-) commit e5b58ed51dbd19005d096aa48011d432d90f8dba Author: Gabor Kelemen Date: Mon Oct 8 23:33:54 2012 +0200 Remove excess colon from Hungarian translation po/hu.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit b8df7443f53e99249cb55d31b75fde755783ea08 Author: Gabor Kelemen Date: Mon Oct 8 22:57:14 2012 +0200 Use better wording in Hungarian translation po/hu.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)