Mageia Bugzilla – Attachment 3402 Details for
Bug 8640
Draknfs not fully localized
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch to fix the problem
draknfs.patch (text/plain), 496 bytes, created by
Yuri Chornoivan
on 2013-01-18 21:13:04 CET
(
hide
)
Description:
Patch to fix the problem
Filename:
MIME Type:
Creator:
Yuri Chornoivan
Created:
2013-01-18 21:13:04 CET
Size:
496 bytes
patch
obsolete
>Index: draknfs >=================================================================== >--- draknfs (revision 7130) >+++ draknfs (working copy) >@@ -472,7 +472,7 @@ > if ($iter) { > my $path = $model->get_path($iter); > my $i = ($path->get_indices)[0]; >- ask_okcancel("Remove entry ?", "Remove $listshare[$i]{dir}") or return; >+ ask_okcancel(N("Remove entry?"), N("Remove %s", $listshare[$i]{dir})) or return; > $model->remove($iter); > splice @listshare, $i, 1; > }
Index: draknfs =================================================================== --- draknfs (revision 7130) +++ draknfs (working copy) @@ -472,7 +472,7 @@ if ($iter) { my $path = $model->get_path($iter); my $i = ($path->get_indices)[0]; - ask_okcancel("Remove entry ?", "Remove $listshare[$i]{dir}") or return; + ask_okcancel(N("Remove entry?"), N("Remove %s", $listshare[$i]{dir})) or return; $model->remove($iter); splice @listshare, $i, 1; }
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 8640
: 3402