~ubuntu-branches/debian/sid/bijiben/sid

« back to all changes in this revision

Viewing changes to src/libbiji/biji-notebook.c

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2015-06-12 01:14:42 UTC
  • mfrom: (7.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20150612011442-ey2h787uixugso9x
Tags: 3.16.2-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
259
259
static const gchar *
260
260
biji_notebook_get_place (BijiItem *coll)
261
261
{
262
 
  return "Local";
 
262
  return _("Local");
263
263
}
264
264
 
265
265