Added another missed localized string.

CQTexperiment
vspader 2007-07-07 04:01:47 +00:00
parent 52421b3b0c
commit 6548985ae3
7 changed files with 8 additions and 1 deletions

View File

@ -20,3 +20,5 @@
"InvalidURLShort" = "Invalid URL";
"InvalidURLLong" = "The URL is not valid.";
"Preferences: " = "Preferences: ";

Binary file not shown.

View File

@ -20,3 +20,6 @@
"InvalidURLShort" = "UngŸltige URL";
"InvalidURLLong" = "Die URL ist nicht gŸltig.";
"Preferences: " = "Preferences: ";

Binary file not shown.

Binary file not shown.

View File

@ -339,7 +339,7 @@
[prefsWindow setShowsResizeIndicator:canResize];
if ((prefsToolbarItems && ([prefsToolbarItems count] > 1)) || alwaysShowsToolbar) {
[prefsWindow setTitle:[@"Preferences: " stringByAppendingString:name]];
[prefsWindow setTitle:[NSLocalizedString(@"Preferences: ", @"") stringByAppendingString:name]];
}
// Update defaults

View File

@ -20,3 +20,5 @@
"InvalidURLShort" = "Ogiltig URL";
"InvalidURLLong" = "URL ej giltig.";
"Preferences: " = "Preferences: ";