diff options
author | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-09-26 15:55:42 +0000 |
---|---|---|
committer | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-09-26 15:55:42 +0000 |
commit | fa11502627de051b740fb90b2c1ed0c1aad07827 (patch) | |
tree | 9dc46959254b869ebbaa5eeb72a62366008f8bf8 | |
parent | fdb8f47767fac054d6b218d81b14e48abed3a3ee (diff) | |
download | draksnapshot-fa11502627de051b740fb90b2c1ed0c1aad07827.tar draksnapshot-fa11502627de051b740fb90b2c1ed0c1aad07827.tar.gz draksnapshot-fa11502627de051b740fb90b2c1ed0c1aad07827.tar.bz2 draksnapshot-fa11502627de051b740fb90b2c1ed0c1aad07827.tar.xz draksnapshot-fa11502627de051b740fb90b2c1ed0c1aad07827.zip |
make a couple strings more understandable
git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246750 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
-rwxr-xr-x | draksnapshot-config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/draksnapshot-config b/draksnapshot-config index 7cd2381..94f573b 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -92,10 +92,10 @@ my $_menubar = $::isEmbedded ? create_factory_menu($my_win->{rwindow}, @menu_ite my %interval_titles = ( - 'hourly' => N("Hourly interval"), - 'daily' => N("Daily interval"), - 'weekly' => N("Weekly interval"), - 'monthly' => N("Monthly interval"), + 'hourly' => N("Hourly snapshots"), + 'daily' => N("Daily snapshots"), + 'weekly' => N("Weekly snapshots"), + 'monthly' => N("Monthly snapshots"), ); @@ -156,7 +156,7 @@ gtkadd($my_win->{window}, ), ]), - if_(0, 0, gtknew('Title2', label => N("Intervals")), + if_(0, 0, gtknew('Title2', label => N("Number of snapshots to keep stored")), 0, gtknew('Table', col_spacings => 10, row_spacings => 5, homogeneous => 1, children => [ map { [ |