diff options
-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"); |