Added another missed localized string.
parent
52421b3b0c
commit
6548985ae3
|
@ -20,3 +20,5 @@
|
|||
|
||||
"InvalidURLShort" = "Invalid URL";
|
||||
"InvalidURLLong" = "The URL is not valid.";
|
||||
|
||||
"Preferences: " = "Preferences: ";
|
Binary file not shown.
|
@ -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.
|
@ -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
|
||||
|
|
|
@ -20,3 +20,5 @@
|
|||
|
||||
"InvalidURLShort" = "Ogiltig URL";
|
||||
"InvalidURLLong" = "URL ej giltig.";
|
||||
|
||||
"Preferences: " = "Preferences: ";
|
||||
|
|
Loading…
Reference in New Issue