[Pkg-mozext-commits] [firebug] 71/82: Add period to two localized console messages

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:45:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag fbtest-1.11.2
in repository firebug.

commit 4ab4e767e4c7dc41257092452233cb99c3790768
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Wed Jan 30 14:48:43 2013 +0100

    Add period to two localized console messages
---
 extension/locale/en-US/firebug.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extension/locale/en-US/firebug.properties b/extension/locale/en-US/firebug.properties
index d5a2419..447856f 100644
--- a/extension/locale/en-US/firebug.properties
+++ b/extension/locale/en-US/firebug.properties
@@ -755,12 +755,12 @@ console.MethodNotSupported=Firebug console does not support '%S'
 
 # LOCALIZATION NOTE (commandline.MethodDisabled): Message displayed in the Console panel,
 # if a disabled method is entered via the Command Line.
-commandline.MethodDisabled=This command line method is temporarily disabled
+commandline.MethodDisabled=This command line method is temporarily disabled.
 
 # LOCALIZATION NOTE (commandline.MethodNotSupported): Message displayed in the Console panel,
 # if an unsupported method is entered via the Command Line.
 # %S = Name of the unsupported method
-commandline.MethodNotSupported=Firebug Command Line does not support '%S'
+commandline.MethodNotSupported=Firebug Command Line does not support '%S'.
 # LOCALIZATION NOTE (commandline.CurrentWindow): Message displayed in the Console panel when
 # cd(someWindow) is run. A space and a representation of the window object is appended
 # internally by Firebug.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list