GNOME Bugzilla – Bug 582918
Policy file strings are not translatable
Last modified: 2009-06-22 19:17:43 UTC
Please describe the problem: Forwarded from Ubuntu at https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/361109: [...] "Steps to reproduce: 1. Open the Network Manager Connection Editor (nm-connection-editor). 2. Select a wired connection and click on Edit. A dialog appears asking you to enter your password. That dialog shows the "System policy prevents modification of system settings" message untranslated" [...] This is due to strings in the policy/org.freedesktop.network-manager-settings.system.policy file not being marked for translation. A patch fixing this issue follows. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 134797 [details] [review] Mark policy file strings for translation This patch fixes the issue by marking the relevant strings in the policy file for translation and adapting the build system (Makefile.am and POTFILES.in) accordingly.
Ping. Any news? Could someone review the patch? Thanks.
commit 93e02fa759d35efbb8242f0a7f03fc927404ff99 Author: David Planella <david.planella@googlemail.com> Date: Mon May 18 17:33:05 2009 -0400 Sorry, long committed, I must not have updated the bug.
Dan, Thanks for committing this.