Camino only:
Standardize terminology in Send Link/Email Page Location strings. Bug 315877. git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@185683 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3,6 +3,7 @@ Checklist of things to do before releasing a new Camino version:
|
||||
- Update version number in project file (both Camino and CaminoStatic targets)
|
||||
- Update version number in all-camino.js
|
||||
- Update version number in ChimeraVersion.r
|
||||
- Update version number in Credits.rtf
|
||||
- Update version number in InfoPlist.strings
|
||||
- Update version number in WebsiteDefaults.strings
|
||||
- Update version number in Info-Camino.plist, Info-CaminoStatic.plist
|
||||
|
||||
@@ -7,19 +7,19 @@
|
||||
<key>IBEditorPositions</key>
|
||||
<dict>
|
||||
<key>1014</key>
|
||||
<string>3 585 169 68 0 0 1600 1002 </string>
|
||||
<string>3 585 179 68 0 0 1600 1002 </string>
|
||||
<key>1022</key>
|
||||
<string>52 797 169 156 0 0 1600 1002 </string>
|
||||
<string>52 797 179 156 0 0 1600 1002 </string>
|
||||
<key>297</key>
|
||||
<string>558 586 213 306 0 0 1600 1002 </string>
|
||||
<key>314</key>
|
||||
<string>306 574 213 156 0 0 1600 1002 </string>
|
||||
<string>306 574 226 156 0 0 1600 1002 </string>
|
||||
<key>336</key>
|
||||
<string>159 679 213 206 0 0 1600 1002 </string>
|
||||
<string>159 679 226 206 0 0 1600 1002 </string>
|
||||
<key>365</key>
|
||||
<string>123 707 98 168 0 0 1600 1002 </string>
|
||||
<key>463</key>
|
||||
<string>348 489 213 275 0 0 1600 1002 </string>
|
||||
<string>348 489 226 275 0 0 1600 1002 </string>
|
||||
<key>56</key>
|
||||
<string>622 636 314 64 0 0 1600 1002 </string>
|
||||
<key>654</key>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1267,7 +1267,7 @@ enum BWCOpenDest {
|
||||
}
|
||||
else if ([itemIdent isEqual:SendURLToolbarItemIdentifier]) {
|
||||
[toolbarItem setLabel:NSLocalizedString(@"SendLink", @"Send Link")];
|
||||
[toolbarItem setPaletteLabel:NSLocalizedString(@"SendLink", @"Send Link")];
|
||||
[toolbarItem setPaletteLabel:NSLocalizedString(@"SendLinkPaletteLabel", @"Email Page Location")];
|
||||
[toolbarItem setToolTip:NSLocalizedString(@"SendLinkToolTip", @"Send current URL")];
|
||||
[toolbarItem setImage:[NSImage imageNamed:@"sendLink.tif"]];
|
||||
[toolbarItem setTarget:self];
|
||||
|
||||
Reference in New Issue
Block a user