Title: [146238] trunk/Source/WebCore
Revision
146238
Author
[email protected]
Date
2013-03-19 12:36:49 -0700 (Tue, 19 Mar 2013)

Log Message

Unreviewed build fix after r146220. Add the missing ]'s.

* English.lproj/localizedStrings.js:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (146237 => 146238)


--- trunk/Source/WebCore/ChangeLog	2013-03-19 19:29:06 UTC (rev 146237)
+++ trunk/Source/WebCore/ChangeLog	2013-03-19 19:36:49 UTC (rev 146238)
@@ -1,3 +1,9 @@
+2013-03-19  Ryosuke Niwa  <[email protected]>
+
+        Unreviewed build fix after r146220. Add the missing ]'s.
+
+        * English.lproj/localizedStrings.js:
+
 2013-03-19  Alpha Lam  <[email protected]>
 
         GIFImageReader to count frames and decode in one pass

Modified: trunk/Source/WebCore/English.lproj/localizedStrings.js (146237 => 146238)


--- trunk/Source/WebCore/English.lproj/localizedStrings.js	2013-03-19 19:29:06 UTC (rev 146237)
+++ trunk/Source/WebCore/English.lproj/localizedStrings.js	2013-03-19 19:36:49 UTC (rev 146238)
@@ -352,8 +352,8 @@
 localizedStrings["Region is %s."] = "Region is %s.";
 localizedStrings["Remove Breakpoint"] = "Remove Breakpoint";
 localizedStrings["Remove breakpoint"] = "Remove breakpoint";
-localizedStrings["Remove Network Mapping" = "Remove Network Mapping";
-localizedStrings["Remove network mapping" = "Remove network mapping";
+localizedStrings["Remove Network Mapping"] = "Remove Network Mapping";
+localizedStrings["Remove network mapping"] = "Remove network mapping";
 localizedStrings["Remove Timer"] = "Remove Timer";
 localizedStrings["Rendering"] = "Rendering";
 localizedStrings["Repeats"] = "Repeats";
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to