Skip to content

Commit

Permalink
added text for localization bnc#580475
Browse files Browse the repository at this point in the history
svn path=/branches/SuSE-Code-11-SP1-Branch/slp-server/; revision=60946
  • Loading branch information
Jozef Uhliarik committed Feb 22, 2010
1 parent cc292fc commit 7c7193b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.17.3
2.17.4
6 changes: 6 additions & 0 deletions package/yast2-slp-server.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 22 15:58:42 CET 2010 - juhliarik@suse.cz

- added fix for missing localization (bnc#580475)
- 2.17.4

-------------------------------------------------------------------
Thu May 21 10:52:10 CEST 2009 - mzugec@suse.cz

Expand Down
4 changes: 2 additions & 2 deletions src/dialogs.ycp
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ define symbol handleRegTable(string key, map event ) ``{
initReg("");
}
} else {
Popup::Error(sformat("Reg file %1 is owned by package %2", currentRegFile, package));
Popup::Error(sformat(_("Reg file %1 is owned by package %2"), currentRegFile, package));
}
}
if (event["ID"]:nil == `_tp_add)
Expand All @@ -470,7 +470,7 @@ define symbol handleRegTable(string key, map event ) ``{
if( ret == `ok ) {
string filename = sformat("/etc/slp.reg.d/%1", (string) UI::QueryWidget( `id(`filename), `Value ) );
if (contains(keys, filename)){
Popup::Error("File with that name already exists");
Popup::Error(_("File with that name already exists"));
} else {
SlpServer::reg_files = add(SlpServer::reg_files, $[
"name" : filename,
Expand Down

0 comments on commit 7c7193b

Please sign in to comment.