[Pkg-mozext-commits] [automatic-save-folder] 63/133: Fix : - A stupid spelling error made an exception if no filter matched ! introduced while correcting too quickly the Mozilla editor's needs. - Forgot Russian "Edit" button's text.

David Prévot taffit at moszumanska.debian.org
Mon Apr 27 20:33:52 UTC 2015


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

taffit pushed a commit to branch wip
in repository automatic-save-folder.

commit 11679dea3459fc32d98cfc715011ba6767ce3bce
Author: Cyan <Cyan at d0063192-6b2e-11de-89a9-0b20f3e2dceb>
Date:   Thu Feb 11 18:20:03 2010 +0000

    Fix :
    - A stupid spelling error made an exception if no filter matched !
      introduced while correcting too quickly the Mozilla editor's needs.
    - Forgot Russian "Edit" button's text.
    
    git-svn-id: http://automatic-save-folder.googlecode.com/svn/trunk@68 d0063192-6b2e-11de-89a9-0b20f3e2dceb
---
 content/asf_download.js | 4 ++--
 locale/ru/asf.dtd       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/asf_download.js b/content/asf_download.js
index 9457b00..1c63e5d 100644
--- a/content/asf_download.js
+++ b/content/asf_download.js
@@ -172,7 +172,7 @@ Copyright (C) 2007-2010 Éric Cassar (Cyan).
 					{
 						lastpath = defaultfolder;
 					}
-					if (lastpah != "") this.set_savepath(lastpath);
+					if (lastpath != "") this.set_savepath(lastpath);
 				}
 			}
 			else // else, if savetype == 0  (folder is set to last folder)
@@ -190,7 +190,7 @@ Copyright (C) 2007-2010 Éric Cassar (Cyan).
 				{
 					lastpath = defaultfolder;
 				}
-				if (lastpah != "") this.set_savepath(lastpath);
+				if (lastpath != "") this.set_savepath(lastpath);
 			}
 		}
 		else // if a filter is found
diff --git a/locale/ru/asf.dtd b/locale/ru/asf.dtd
index 9225b0b..aab335f 100644
--- a/locale/ru/asf.dtd
+++ b/locale/ru/asf.dtd
@@ -16,7 +16,7 @@
 <!-- this is 1 space (not empty string), this is the text you want to see on the buttons next to the arrows on the filter's tab, you can write 'up' if you want -->
 <!ENTITY asf.options.move.up " ">
 <!ENTITY asf.options.move.down " ">
-<!ENTITY asf.options.edit "Edit">
+<!ENTITY asf.options.edit "Изменить">
 <!ENTITY asf.options.delete " ">
 <!ENTITY asf.options.add " ">
 

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



More information about the Pkg-mozext-commits mailing list