diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2007-08-26 05:13:50 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2007-08-26 05:13:50 +0100 |
| commit | d1f0c58498dbe91ebdaa59565abc1f2c1e076ad6 (patch) | |
| tree | eff3b65db994106741a87fab6cf76492f29317ec /localized_js.php | |
| parent | bc0f07856012aa94eaea7c409e720d73f2fba0c3 (diff) | |
new feed action: clear articles
Diffstat (limited to 'localized_js.php')
| -rw-r--r-- | localized_js.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/localized_js.php b/localized_js.php index 1f2c7c171..f4840bf6f 100644 --- a/localized_js.php +++ b/localized_js.php @@ -124,8 +124,8 @@ print T_js_decl("Unstar article"); print T_js_decl("Please wait..."); print T_js_decl("Publish article"); print T_js_decl("Unpublish article"); -#print T_js_decl( -#print T_js_decl( +print T_js_decl("You can't clear this type of feed."); +print T_js_decl("Remove all (except starred) stored articles for %s?"); #print T_js_decl( #print T_js_decl( #print T_js_decl( |