~tintou/pantheon-photos/saved-search-hardcoded

« back to all changes in this revision

Viewing changes to src/Resources.vala

  • Committer: Corentin Noël
  • Date: 2014-06-22 07:56:49 UTC
  • Revision ID: corentin@elementaryos.org-20140622075649-uo4uq9ofun91jzgu
Renamed "Saved Search" to "Smart Album".

Show diffs side-by-side

added added

removed removed

Lines of Context:
371
371
        return _("Unable to rename search to \"%s\" because the search already exists.").printf(name);
372
372
    }
373
373
    
374
 
    public const string DEFAULT_SAVED_SEARCH_NAME = _("Saved Search");
 
374
    public const string DEFAULT_SAVED_SEARCH_NAME = _("Smart Album");
375
375
    
376
 
    public const string DELETE_SAVED_SEARCH_DIALOG_TITLE = _("Delete Search");
 
376
    public const string DELETE_SAVED_SEARCH_DIALOG_TITLE = _("Delete Album");
377
377
    
378
378
    public const string DELETE_SEARCH_MENU = _("_Delete");
379
379
    public const string EDIT_SEARCH_MENU = _("_Edit...");