[shotwell] Change "Date and Time" help's page filename to fit its content



commit 147428b45d32796354c4500f811e06e1922b102c
Author: Rafael Fontenelle <rafaelff gnome org>
Date:   Thu Apr 7 17:30:56 2016 -0300

    Change "Date and Time" help's page filename to fit its content
    
    Shotwell's UI has "Adjust Date and Time", while this help page
    made reference to "time and date" all over. Now that its content
    is all standardized to "date and time", changing its filename
    as well seems to make sense.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=764800

 .../C/{edit-time-date.page => edit-date-time.page} |    5 ++---
 help/C/edit-nondestructive.page                    |    2 +-
 help/Makefile.am                                   |    2 +-
 3 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/help/C/edit-time-date.page b/help/C/edit-date-time.page
similarity index 96%
rename from help/C/edit-time-date.page
rename to help/C/edit-date-time.page
index 6550232..846c8a8 100644
--- a/help/C/edit-time-date.page
+++ b/help/C/edit-date-time.page
@@ -1,11 +1,11 @@
 <page xmlns="http://projectmallard.org/1.0/";
       type="guide"
-      id="edit-time-date">
+      id="edit-date-time">
 
     <info>
         <link type="guide" xref="index#edit"/>
         <desc>Change the date and time of photos if those details are incorrect.</desc>
-        
+
         <link type="next" xref="edit-enhance" />
     </info>
 
@@ -18,4 +18,3 @@
 <p>By default, the date and time are only changed inside Shotwell. You can also choose to modify the date 
and time in the original file, but this cannot be undone once you exit Shotwell.</p>
 
 </page>
-
diff --git a/help/C/edit-nondestructive.page b/help/C/edit-nondestructive.page
index c289e25..fe65665 100644
--- a/help/C/edit-nondestructive.page
+++ b/help/C/edit-nondestructive.page
@@ -6,7 +6,7 @@
         <link type="guide" xref="index#edit"/>
         <desc>Shotwell is a non-destructive photo editor - it does not modify your original photos.</desc>
         
-        <link type="next" xref="edit-time-date" />
+        <link type="next" xref="edit-date-time" />
     </info>
 
        <title>What happens to the original when I edit a photo?</title>
diff --git a/help/Makefile.am b/help/Makefile.am
index 9fe6e6f..3ed819f 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -19,7 +19,7 @@ DOC_PAGES = \
        edit-redeye.page \
        edit-rotate.page \
        edit-straighten.page \
-       edit-time-date.page \
+       edit-date-time.page \
        edit-undo.page \
        formats.page \
        import-camera.page \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]