diff options
author | Jens Seidel <jensseidel@users.sf.net> | 2010-07-09 14:22:34 +0200 |
---|---|---|
committer | Jens Seidel <jensseidel@users.sf.net> | 2010-07-09 15:09:38 +0200 |
commit | ba56240ea89eab3d261a931365fb4a092bdfec13 (patch) | |
tree | 141ad094ad00768aa4afbdf3774aff225d49443e | |
parent | 9c0b24464da4d21f0b53ec6a79c8ff5291d4cd31 (diff) | |
download | aptitude-ba56240ea89eab3d261a931365fb4a092bdfec13.tar.gz |
Moved a wrongly placed translator comment
There was probably a minor merge error related to the commits
8919406ce19f57ebf3f553542d2302cc6f2f7f30
5363ccdc30dc97b1112e3b1b76c9efb07ecc5173
-rw-r--r-- | src/pkg_item.cc | 3 | ||||
-rw-r--r-- | src/ui.cc | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/pkg_item.cc b/src/pkg_item.cc index 8d5e22db..6dcde0fd 100644 --- a/src/pkg_item.cc +++ b/src/pkg_item.cc @@ -60,9 +60,6 @@ namespace cwidget using namespace widgets; } -// ForTranslators: This string is a confirmation message, which users -// (especially CJK users) should be able to input without input -// methods. Please include nothing but ASCII characters. static void try_delete_essential(wstring s, const pkgCache::PkgIterator pkg, bool purge) @@ -204,6 +204,9 @@ sigc::signal1<void, bool> update_finished; const char *default_pkgstatusdisplay="%d"; const char *default_pkgheaderdisplay="%N %n #%B %u %o"; const char *default_grpstr="task,status,section(subdirs,passthrough),section(topdir)"; +// ForTranslators: This string is a confirmation message, which users +// (especially CJK users) should be able to input without input +// methods. Please include nothing but ASCII characters. const char *confirm_delete_essential_str=N_("Yes, I am aware this is a very bad idea"); |